summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
AgeCommit message (Collapse)Author
2025-12-02gnu: ocaml-4.07: Fix build with gcc@14.Jason Conroy
* gnu/packages/ocaml.scm (ocaml-4.07)[arguments]: <#:phases>{patch-cflags}: Add CFLAGS `-Wno-incompatible-pointer-types` and `-Wno-implicit-function-declaration` to configure and build scripts. Also remove `-Werror` to avoid failure on macro redefinition. Change-Id: I2defd11fc2741856cd48f853706fe37b165a16c0 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-12-02gnu: camlboot: Fix build with gcc@14.Jason Conroy
* gnu/packages/ocaml.scm (camlboot)[arguments]: <#:phases>{patch-makefile}: Make configure errors more visible. <#:phases>{patch-cflags}: Add CFLAGS `-Wno-incompatible-pointer-types` and `-Wno-implicit-function-declaration` to configure and build scripts. Also remove `-Werror` to avoid failure on macro redefinition. Change-Id: I132ae6af1360f63cccfa6dd3afcb643c92726487 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-12-02gnu: ocaml-guile: Fix build with gcc@14.Jason Conroy
* gnu/packages/ocaml.scm (ocaml-guile)[arguments]: Modify Dune configurator script to add CFLAG `-Wno-int-conversion`. Change-Id: I9eab10fc7e10904e46346bfeb207eae3a58ca300 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-10-04gnu: ocaml: make test suite run faster with less flakiness.Jason Conroy
* gnu/packages/ocaml.scm (ocaml-5.0): [arguments]: <#:parallel-tests?>: disable. <#:phases>{enable-parallel-tests}: patch `tests` build target to enable parallelism via GNU Parallel. [native-inputs]: add `parallel`. * gnu/packages/ocaml.scm: (ocaml-5.3): inherits the changes above via `ocaml-5.0`. Change-Id: I0d25350a04b89585f5526cedbf7420d51d40ab34 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-10-04gnu: Add ocaml-5.3.Jason Conroy
* gnu/packages/ocaml.scm (ocaml-5.3): New variable. Change-Id: I76c5d18b586d0258bda741ac43c12868a96c88ac Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-09-26gnu: binsec: Enable support for z3-builtin solver.Sören Tempel
This is much faster than an external solver as it doesn't rely on forking an external solver and instead uses the API provided by ocaml-z3. This feature was added in binsec release 0.9.1. * gnu/packages/ocaml.scm (binsec)[propagated-inputs]: Add ocaml-z3. * gnu/packages/ocaml.scm (binsec)[native-inputs]: Add z3. Change-Id: I246fd1a13e8c9d6a6764608281a2bea5ac0a054b Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with the more careful command, to avoid a world rebuild: grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \ --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This caused a world rebuild. Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18Update Maxim's email address.Maxim Cournoyer
The change was automated via: git grep -l maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' * .mailmap: New entry. Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-09-14gnu: ocaml-extlib: update to 1.8.0.Jaime Marquínez Ferrándiz
* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.8.0. Change-Id: Ia78a8b750d4f0820eb37c0c783cdb79a80a602dd Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-09-14gnu: ocaml5.0-ctypes: remove package.Benjamin Chabanne
Dependents still rely on `package-with-ocaml5.0' which generates an ocaml5.0-ctypes definition that builds properly. * gnu/packages/ocaml.scm (ocaml5.0-ctypes): remove. Change-Id: Ic6d42d751bc9ecc3817ab963fde20bb5765399ff Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-08-22gnu: ocaml-luv: Update to 0.5.14.Simon Tournier
* gnu/packages/ocaml.scm (ocaml-luv): Update to 0.5.14. Change-Id: I473e6afe4a9919c41a9c9b6e166e12d8250af34a Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-08-22gnu: ocaml-tsdl: Update to 1.1.0.Simon Tournier
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 1.1.0. Change-Id: I0dc3e7a922cc817c784f7eb11737261fd6a02744 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-08-22gnu: ocaml-ctypes: Update to 0.23.0.Simon Tournier
* gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.23.0. [source]: Register patch. [build-system]: Replace ocaml-build-system by dune-build-system. [patches]: Fix OO tests failure because of the stricter compiler. * gnu/packages/patches/ocaml-ctypes-test-oo.patch: New file. * gnu/local.mk: Add it. Fixes: guix/guix#1493 Reported-by: jahierwan Change-Id: I0db64bffade8d78bc92d8b9b9f3206961b35840d Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-11gnu: binsec: Update to 0.10.1.Sören Tempel
* gnu/packages/ocaml.scm (binsec): Update to 0.10.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-10gnu: ocaml-merlin: Fix tests.Josselin Poiret
* gnu/packages/ocaml.scm (ocaml-merlin) (ocaml5.0-merlin): Fix tests Change-Id: I8a7e4cdda499a9ad7296741e4ae581d868aba31b Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-07-10gnu: ocaml-pp: Update to 2.0.0.Josselin Poiret
* gnu/packages/ocaml.scm (ocaml-pp): Update to 2.0.0. Change-Id: I35920b9e7ea4def393cd793f20b28f360a985d86 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-07-10gnu: dune: Update to 3.19.1.Josselin Poiret
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 3.19.1. Change-Id: Ic1f7e65828e9052591d37ddd870835476bb322a9 Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2025-06-07ocaml: binsec: Wrap program to set OCAMLPATH.Sören Tempel
Otherwise, dune plugins cannot be loaded which results in some command line options to not work correctly. For example, binsec --help errors with "The library "binsec.sse.checkct" can't be found in the search paths". To fix this, this patch adds a wrap-programs phase. Fixes: https://issues.guix.gnu.org/69996. * gnu/packages/ocaml.scm (binsec) <arguments>: Add wrap-programs phase. Change-Id: I31a5aaaf1fc49b46f05551f2ef66947699f602c7 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-02gnu: Add ocaml-camlpdf.Jussi Timperi
* gnu/packages/ocaml.scm (ocaml-camlpdf): New variable. Change-Id: I097280bdd16eaf810f83fbca13f615a03e4d6702 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-05-06gnu: texlive-libkpathsea: Tweak "texmf.cnf" variables.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-libkpathsea): Use XDG variables instead of HOME for cache and user configuration. Re-instate TEXMFLOCAL, which may be necessary for external TeX installations. (texlive-luatex): Re-instate TEXFLOCAL. * gnu/packages/algebra.scm (gap): * gnu/packages/assembly.scm (asl): (yaehmop): * gnu/packages/bioinformatics.scm (discrover): * gnu/packages/chez.scm (chez-scheme-for-racket): * gnu/packages/engineering.scm (fastcap): * gnu/packages/fsf.scm (book-faif): * gnu/packages/maths.scm (hypre): (stex-boostrap): (suitesparse-amd): (suitesparse-camd): (suitesparse-cholmod): (suitesparse-klu): (suitesparse-ldl): (suitesparse-mongoose): (suitesparse-spex): (suitesparse-spqr): (suitesparse-umfpack): * gnu/packages/ocaml.scm (ocaml-bibtex2html): (unison): * gnu/packages/python-xyz.scm (python-nbconvert): * gnu/packages/statistics.scm (r-with-tests)[arguments]: Set TEXMFVAR to a writable location. Change-Id: I3d2d069cf41a92214d9d6fb7f4d54fc81fe6db7a
2025-05-06gnu: Rename `texlive-updmap.cfg' into `texlive-local-tree'.Nicolas Goaziou
* doc/build.scm (pdf-manual): * doc/contributing.texi (Submitting Patches): * gnu/packages/algebra.scm (pari-gp): (giac): * gnu/packages/assembly.scm (asl): * gnu/packages/audio.scm (chow-tape-model): * gnu/packages/bioconductor.scm (r-biocstyle): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (chez-scheme-for-racket): (stex-bootstrap): (chez-web): (chez-sockets): * gnu/packages/cran.scm (r-papaja): (r-prereg): * gnu/packages/docbook.scm (dblatex): * gnu/packages/emacs-xyz.scm (emacs-auctex): * gnu/packages/engineering.scm (fastcap): * gnu/packages/finance.scm (optionmatrix): * gnu/packages/fsf.scm (book-faif): * gnu/packages/gettext.scm (po4a): (po4a-minimal): * gnu/packages/graphics.scm (mmg): * gnu/packages/graphviz.scm (dot2tex): * gnu/packages/guile-xyz.scm (emacsy): (guile-cv): * gnu/packages/lisp.scm (sbcl): * gnu/packages/maths.scm (cddlib): (gnuplot): (itpp): (octave): (suitesparse-amd): (suitesparse-camd): (suitesparse-cholmod): (suitesparse-klu): (suitesparse-ldl): (suitesparse-mongoose): (suitesparse-spex): (suitesparse-spqr): (suitesparse-umfpack): (hypre): * gnu/packages/music.scm (lilypond): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/pdf.scm (extractpdfmark): * gnu/packages/photo.scm (enblend-enfuse): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): (python-pypandoc): * gnu/packages/radio.scm (gnuradio): (libosmo-dsp): * gnu/packages/scheme.scm (mit-scheme): * gnu/packages/security-token.scm (yubico-piv-tool): * gnu/packages/sphinx.scm (python-sphinx): (python-sphinx-5): * gnu/packages/statistics.scm (r-with-tests): (r-spams): * gnu/packages/tex.scm (texlive-local-tree): Renamed from… (texlive-updmap.cfg): … this. Deprecate the latter. (texlive-biblatex-philosophy): (texlive-bropd): (texlive-fontsize): (texlive-poetrytex): (texlive-reverxii): (texlive-stix): (texlive-suftesi): (texlive-thucoursework): (texlive-ulqda): (texlive-yathesis): (texlive-makecell): (texlive-robotarm): (texlive-bbold): (texlive-babel-romansh): (texlive-polyglossia): (texlive-innerscript): (teximpatient): (texlive-xkeyval): (texlive-arabxetex): (texlive-blox): (texlive-ecgdraw): (texlive-gradientframe): (texlive-everyhook): (texlive-actuarialangle): (texlive-actuarialsymbol): (texlive-autopdf): (texlive-etaremune): (texlive-extract): (texlive-forarray): (texlive-graphicx-psmin): (texlive-ha-prosper): (texlive-namespc): (texlive-newspaper): (texlive-powerdot): (texlive-recipecard): (texlive-show2e): (texlive-tablists): (texlive-ted): (texlive-xargs): (texlive-xpeek): * gnu/packages/xdisorg.scm (xforms): * gnu/packages/algebra.scm (gap): * gnu/packages/cpp.scm (jthread): * guix/lint.scm (check-inputs-should-be-native): Rename `texlive-updmap.cfg' into `texlive-local-tree'. Change-Id: I129280807c418e57acbcbda399545ab27a9e0a33
2025-03-04gnu: binsec: Update to 0.10.0.Sören Tempel
* gnu/packages/ocaml.scm (binsec): Update to 0.10.0. Change-Id: I9bca10b74b6bc7d9b2f26710ef3fc10fc91fba4e Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2025-02-19gnu: Fix some misspellings.Efraim Flashner
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
2025-02-17gnu: Fix typos in description and synopsis in various packages.Vagrant Cascadian
* gnu/packages/crates-database.scm (rust-sqlformat-0.2)[description]: Fix spelling of "formatting". * gnu/packages/emacs-xyz.scm (emacs-arei)[synopsis]: Fix spelling of "Asynchronous". (emacs-ob-racket)[description]: Fix spelling of "support". * gnu/packages/firmware.scm (fcode-utils)[description]: Fix spelling of "utilities". (sgabios)[description]: Fix spelling of "capabilities". * gnu/packages/games.scm (qcheckers)[description]: Fix spelling of "formerly". * gnu/packages/geo.scm (python-ogr2osm)[description]: Fix spelling of "PostgreSQL". * gnu/packages/guile-xyz.scm (guile-ares-rs)[synopsis]: Fix spelling of "Asynchronous". (guile-rsv)[description]: Fix spelling of "Separated". * gnu/packages/julia-xyz.scm (julia-multivariatepolynomials)[description]: Fix spelling of "implementing". * gnu/packages/language.scm (mecab)[description]: Fix spelling of "developed". * gnu/packages/lisp-xyz.scm (sbcl-cl-json-pointer)[description]: Fix spelling of "library". * gnu/packages/machine-learning.scm (ideep-pytorch)[synopsis]: Fix spelling of "internal". * gnu/packages/maths.scm (suitesparse-cholmod)[description]: Fix spelling of "routines". * gnu/packages/ocaml.scm (ocamlc-loc)[description]: Fix spelling of "compiler". * gnu/packages/pdf.scm (capypdf)[description]: Fix spelling of "library". * gnu/packages/ruby.scm ruby-silent-stream)[description]: Fix spelling of "Extensions". (ruby-fileutils)[synopsis]: Fix spelling of "library". * gnu/packages/rust-apps.scm (kibi)[description]: Fix spelling of "highlighting". * gnu/packages/scheme.scm (owl)[description]: Fix spelling of "support". * gnu/packages/statistics.scm (r-mixedpower)[description]: Fix spelling of "separate". * gnu/packages/sugar.scm (sugar-commander-activity)[description]: Fix spelling of "removable".
2024-12-23gnu: Add ocaml-lsp-server.Benjamin
* gnu/packages/ocaml.scm (ocaml-lsp-server): New variable. Change-Id: Ib861dea3d7d00d570f253ffc3b4955e547dc2676 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: ocaml-merlin-lib: Update to 4.14.Benjamin
* gnu/packages/ocaml.scm (ocaml-merlin-lib): Update to 4.14-414. * gnu/packages/ocaml.scm (ocaml-merlin-lib-500): Update to 4.14-500. Change-Id: I5b2117f34eca6d55b95413a7fefc29c4acdee7e5 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Add ocamlformat-rpc-lib.Benjamin
* gnu/packages/ocaml.scm (ocamlformat-rpc-lib): New variable. Change-Id: If936fc70e541c5bf93bb021d8cc9f770b2d5329d Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Add ocaml-fiber.Benjamin
* gnu/packages/ocaml.scm (ocaml-fiber): New variable. Change-Id: Ibfab7cde463c806a89836bc42e3b84720fbf7206 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Add ocaml-chrome-trace.Benjamin
* gnu/packages/ocaml.scm (ocaml-chrome-trace): New variable. Change-Id: I24dd519d913ea240c3500b824e2342a33d34ed1a Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Add ocamlc-loc.Benjamin
* gnu/packages/ocaml.scm (ocamlc-loc): New variable. Change-Id: I0bcc2666d8030f067b964647400ff31e9302d1c7 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Add dune-rpc.Benjamin
* gnu/packages/ocaml.scm (dune-rpc): New variable. Change-Id: Ic6488d3517d9bb4dc5a2e55d93be3ceee2103a3e Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Add ocaml-xdg.Benjamin
* gnu/packages/ocaml.scm (ocaml-xdg): New variable. Change-Id: I88bc2fd7bb55d721ce1887a727480338dea0590c Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: ocaml-dune-build-info: Fix package.Benjamin
* gnu/packages/ocaml.scm (ocaml-dune-build-info): Inherit same way as other dune packages. Change-Id: I6836bbe6a9860aee8e5fc672e65a1c577690d324 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Add ocaml-ppx-yojson-conv-lib.Benjamin
* gnu/packages/ocaml.scm (ocaml-ppx-yojson-conv-lib): New variable. Change-Id: Ifd7d64e88dc873bff08ac393779ecc86594455a1 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-23gnu: Fix dune-orderingBenjamin
* gnu/packages/ocaml.scm (dune-ordering): fix dune-ordering to make it and its inherited packages compatible with package-with-ocaml5.0 Change-Id: I07dc1e9fe32903a019da846cd6e40333619a3f36 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-18gnu: js-of-ocaml: Use node-lts instead of node.Jelle Licht
* gnu/packages/ocaml.scm (js-of-ocaml)[native-inputs]: Replace node by node-lts. Change-Id: Ie7dd4dc25bac75a41d1510df9ecf6cc2c4a2c5a7
2024-12-18gnu: ocaml-ezjsonm: Use node-lts instead of node.Jelle Licht
* gnu/packages/ocaml.scm (ocaml-ezjsonm)[native-inputs]: Replace node by node-lts. Change-Id: Icb79d2ac8cfa424a55e9b5985b8f4dacae7a9f37
2024-12-10gnu: Fix synopsis in miscelaneous packages.Gabriel Wicki
* gnu/packages/astronomy.scm (calcmysky-qt5): Fix synopsis. * gnu/packages/base.scm (hello): Fix synopsis. * gnu/packages/bioinformatics.scm (vembrane): Fix synopsis. * gnu/packages/browser-extensions.scm (passff): Fix synopsis. * gnu/packages/browser-extensions.scm (noscript): Fix synopsis. * gnu/packages/c.scm (orangeduck-mpc): Fix synopsis. * gnu/packages/cran.scm (r-d3r): Fix synopsis. * gnu/packages/docbook.scm (docbook-mathml-1.0): Fix synopsis. * gnu/packages/finance.scm (flowee): Fix synopsis. * gnu/packages/firmware.scm (seabios): Fix synopsis. * gnu/packages/games.scm (pinball): Fix synopsis. (morris): Fix synopsis. * gnu/packages/gawk.scm (cppawk-egawk): Fix synopsis. * gnu/packages/gnome.scm (gssdp): Fix synopsis. * gnu/packages/gstreamer.scm (gst-plugins-espeak): Fix synopsis. * gnu/packages/heads.scm (musl-cross): Fix synopsis. * gnu/packages/irc.scm (epic5): Fix synopsis. * gnu/packages/kde-pim.scm (itinerary): Fix synopsis. * gnu/packages/kde-plasma.scm (mpvqt): Fix synopsis. * gnu/packages/lesstif.scm (motif): Fix synopsis. * gnu/packages/linux.scm (ecryptfs-utils): Fix synopsis. * gnu/packages/linux.scm (falcosecurity-libs): Fix synopsis. * gnu/packages/mail.scm (pan): Fix synopsis. * gnu/packages/messaging.scm (biboumi): Fix synopsis. * gnu/packages/ocaml.scm (ocaml-ppx-import): Fix synopsis. * gnu/packages/pascal.scm (p2c): Fix synopsis. * gnu/packages/pdf.scm (unpaper): Fix synopsis. * gnu/packages/pure.scm (pure): Fix synopsis. * gnu/packages/qt.scm (qxlsx-qt5): Fix synopsis. * gnu/packages/smalltalk.scm (smalltalk): Fix synopsis. * gnu/packages/sugar.scm (sugar): Fix synopsis. * gnu/packages/terminals.scm (roxterm): Fix synopsis. * gnu/packages/virtualization.scm (xen): Fix synopsis. * gnu/packages/vpn.scm (sshoot): Fix synopsis. * gnu/packages/web.scm (buku-run): Fix synopsis. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2024-11-20gnu: ocaml-sedlex: Update to 3.2.Jean-Pierre De Jesus DIAZ
* gnu/packages/haxe.scm (ocaml-sedlex): Update to 3.2. (ocaml-sedlex-2): New variable. (ocaml-piqilib) <propagated-inputs>: Replace ocaml-sedlex by ocaml-sedlex-2. * gnu/packages/ocaml.scm (haxe) <inputs>: Replace ocaml-sedlex by ocaml-sedlex-2. Change-Id: I0ae3609f8db22589d8fdd110d1b7b92f6fead15d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: ocaml-sedlex: Use ucd package.Jean-Pierre De Jesus DIAZ
* gnu/packages/ocaml.scm (ocaml-sedlex): Use ucd for Unicode files. Change-Id: I8c54e15bcb32cf315fde28921611b20eeb2a6637 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: ocaml-sedlex: Use G-Expressions.Jean-Pierre De Jesus DIAZ
* gnu/packages/ocaml.scm (ocaml-sedlex): Use G-expressions. Change-Id: I1dd8b9e1cefef90ff4cdcc592f5ad3d735a5081b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-12gnu: lablgtk: Remove variable.Josselin Poiret
* gnu/packages/ocaml.scm (lablgtk): Package is no longer used as a dependency. Change-Id: I7e3d1e5c0bd65a4938b0e08012094603d9d55cc5
2024-10-12gnu: ocaml-cairo2: Only build cairo2 package, remove unneeded deps.Josselin Poiret
* gnu/packages/ocaml.scm (ocaml-cairo2): Only build cairo2 and not other ocaml packages alongside. Remove unneeded dependencies gtk+-2 and lablgtk. Change-Id: I46a026cf0ed26789a590a889d2db47f32b9a97c8
2024-09-02gnu: lablgtk: Fix build.Guillaume Le Vaillant
* gnu/packages/ocaml.scm (lablgtk)[native-inputs]: Add gnu-make-4.2. Change-Id: I946237afd3d28fe66ba1f0a26b67fbdf31352afa
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer
%default-gnu-modules. Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-06-21gnu: unison: Update to 2.53.5.jgart
* gnu/packages/ocaml.scm (unison): Update to 2.53.5. Change-Id: I1e0cdeb8b27fbaf14ab3ab0a831dd08b88639359
2024-05-21gnu: lablgtk: Build with librsvg-for-system.Efraim Flashner
* gnu/packages/ocaml.scm (lablgtk)[inputs]: Replace librsvg with librsvg-for-system. Change-Id: I208d68d7f019f046c6ae28028d119a0fe5c96365
2024-05-15gnu: Add ocaml-unionfind.Jean-Pierre De Jesus DIAZ
* gnu/packages/ocaml.scm (ocaml-unionfind): New variable. Change-Id: Ib101e67576c000dad1d4a73d008ca0376e7da95a Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-05-15gnu: ocaml-lablgtk3-sourceview3: Fix inputs.Jean-Pierre De Jesus DIAZ
* gnu/packages/ocaml.scm (ocaml-lablgtk3-sourceview3): Move gtksourceview-3 from native-inputs to propagated-inputs. Remove native-inputs and use inherited inputs instead. Change-Id: I2b242343bdace17ee3e992ce71f4e49b3c375e15 Signed-off-by: Andreas Enge <andreas@enge.fr>