aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
AgeCommit message (Collapse)Author
2024-12-18gnu: fmp: Use node-lts instead of node.Jelle Licht
* gnu/packages/package-management.scm (fpm)[native-inputs]: Repalce node by node-lts. Change-Id: I5afdb49e18805722b9e69be0cf48c3a29ce49921
2024-12-14gnu: guix: Update to 1.4.0-30.790c9ffe59.Janneke Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.4.0-30.790c9ffe59. Change-Id: I83b678427d146887acfe7064730a2c9f08e4b803
2024-12-13gnu: build-system/pyproject: Add missing native-inputs.Nicolas Graves
* gnu/packages/bioinformatics.scm (python-ega-download-client) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/databases.scm (datasette)[native-inputs]: Add python-pip. * gnu/packages/django.scm (python-django-localflavor, python-django-contact-form)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/graphviz.scm (python-uqbar)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/jupyter.scm (python-jupyterlab-server)[native-inputs]: Add python-wheel. (python-nbstripout)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/machine-learning.scm (python-captum, python-linear-operator, python-gpytorch)[native-inputs]: Add python-setuptools. * gnu/packages/music.scm (abjad, abjad-ext-rmarkers, abjed-ext-nauert, python-mutagen)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/package-management.scm (python-conda-package-handling)[native-inputs]: Add python-setuptools and python-wheel. (conda)[native-inputs]: Add python-wheel. * gnu/packages/python-check.scm (python-pyinstrument, python-pytest-testmon, python-pytest-trio, python-nbval, python-pytest-toolbox)[native-inputs]: Add python-setuptools and python-wheel. (python-nptyping)[native-inputs]: Add python-setuptools. * gnu/packages/python-check.scm (python-dask-expr)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-web.scm (parfive, python-aioftp, python-hupper, python-sanic, python-mechanicalsoup, python-tinycss, python-aiostream, python-cbor2, gunicorn)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-xyz.scm (python-apprise, python-jaraco-classes, python-sparse, python-shtab, python-pyan3)[native-inputs]: Add python-setuptools. (python-jupytext, python-orderedmultidict, python-identify, python-nodeenv, python-cfgv, python-zarr, python-multipart, python-nbconvert, python-cram, python-immutables, python-numpydoc, python-cairosvg, python-unidecode, python-black, python-multidict, python-mpv-jsonipc, python-humanize, python-cmd2)[native-inputs]: Add python-setuptools and python-wheel. (python-partd, python-dask, python-zarr)[native-inputs]: Add python-wheel. (python-nbconvert)[propagated-inputs]: Add texlive-etoolbox. Remove duplicate textlive-jknapltx. (python-isort)[native-inputs]: Add python-pip. * gnu/packages/simulation.scm (python-fenics-dijitso)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/sphinx.scm (python-pydata-sphinx-theme, python-sphinx-autodoc-typehints)[native-inputs]: Add python-setuptools. * gnu/packages/syndication.scm (tuir)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/terminals.scm (python-halo)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/time.scm (python-arrow, python-dateutil) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/version-control.scm (pre-commit)[native-inputs]: Add python-setuptools and python-wheel. Remove input labels. * gnu/packages/virtualization.scm (python-qemu-qmp, python-transient)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/xorg.scm (python-xcffib)[native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id61cf8cdc47bd4c2871c0a9c8e9a5bfd51157df0
2024-12-13gnu: python-conda-package-handling: Move to pyproject-build-system.Nicolas Graves
* gnu/packages/package-management.scm (python-conda-package-handling): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Remove check phase replacement. Change-Id: Ib8edf966b877c6fd5f7ee6151839d4272d65b17d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-13gnu: conda: Reindent.Nicolas Graves
* gnu/packages/package-management.scm (conda): Reindent. Change-Id: I954ec137b4dc39cd561da9ed0e583991bb3de1db Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-13gnu: conda: Move to pyproject-build-system.Nicolas Graves
* gnu/packages/package-management.scm (conda): Improve package style. [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Use field instead of check phase replacement. <#:phases>: Remove check phase replacement. Improve use of format in phase do-not-use-python-root-as-prefix. Use gexp. Put phase init after phase create-entrypoints. Change-Id: Id1affbf8f80fae2882e4c8a88b1e817cf49a5c00 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-12-13build-system/pyproject: Use python-sans-pip-wrapper as default-python.Lars-Dominik Braun
Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-12-10gnu: guix: Update to 1.4.0-29.30322214d4.Janneke Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.4.0-29.30322214d4. Change-Id: Iafea6ebd78f0e6dcaf2e65bb5602cfba6e085f9e
2024-12-10gnu: guix: Update to 1.4.0-28.285f0862d8.Janneke Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.4.0-28.285f0862d8. Change-Id: I020edc480454fb198af343fee481eaf5b5131498
2024-11-27gnu: nar-herder: Update to 0-38.59d2b8a.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-38.59d2b8a. Change-Id: Ic9405eca7190c8b73086a0db0bbc107fef03bbe6
2024-11-27gnu: guix-build-coordinator: Update to 0-111.037eac0.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-111.037eac0. Change-Id: I23a0f5e8667d127adfcd43b8ec10c9e0ab34de57
2024-11-23gnu: guix: Update to 1eead56.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 1eead56. Change-Id: I2c8092d3109ebd63d0918fb5ab8ea4d77846b842
2024-11-14gnu: guix-jupyter: Update to 0.3.0.Ludovic Courtès
* gnu/packages/package-management.scm (guix-jupyter): Update to 0.3.0. [arguments]: Remove ‘define-home’ phase, which is no longer needed. Change-Id: I18e0897caf6e9ad0bc7d410f2011fad031cecb7e
2024-11-05gnu: guix: Build reproducibly.Jakob Kirsch
* gnu/packages/package-management.scm (guix)[arguments]<#:parallel-build?>: Disable. Modified-by: Hilton Chain <hako@ultrarare.space> Change-Id: I316b5ea57b11256919488334a6cc519af1f6ed2f
2024-10-21gnu: guix: Update to 5ab3c4c.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/73919>. * gnu/packages/package-management.scm (guix): Update to 5ab3c4c. Change-Id: Iab3eb615e44d11a1befe57456fc55df2228503ba
2024-10-04gnu: guix-modules: Update to 0.2.0.Ludovic Courtès
* gnu/packages/package-management.scm (guix-modules): Update to 0.2.0. Change-Id: I0133726b73926d2120715b0b064cd7ec6ffb1f75
2024-09-19gnu: guix: Update to e85f52e.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to e85f52e. Change-Id: Iee81c9e155ff01aa6a5a772e6780b5d2a7e0c270
2024-09-15gnu: bffe: Update to 0-8.06bed47.Christopher Baines
* gnu/packages/package-management.scm (bffe): Update to 0-8.06bed47. Change-Id: Id21793114e5924cba497cf13ee8685d76e9a9a2e
2024-09-12gnu: guix-daemon: Remove broken 'change-default-guix' phase.Maxim Cournoyer
It has no effect, probably due to the '+' in the pattern not being escaped. We also don't want to refer to /var/guix/profiles/per-user/root/bin/guix anymore, which may not exist (for Guix System users that have never ran 'guix pull' has root). The 'guix' command used is that specified via the build system, which is $(bindir)/guix. * gnu/packages/package-management.scm (guix-daemon) [phases]: Delete change-default-guix phase. Change-Id: If4703334f34aac3486ff655af7d8d4c2ccf0a0eb
2024-09-09gnu: stow: Fix cross-compiling.Zheng Junjie
* gnu/packages/package-management.scm (stow)[native-inputs]: Add perl. Change-Id: Ic9898a3b3c02b31b21dff3e068a99091961e4ef3
2024-09-09gnu: stow: Update to 2.4.1.Andy Tai
* gnu/packages/package-management.scm (stow): Update to 2.4.1. Change-Id: I28ff07561a425642595cd64741585c0d3746db9f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-06gnu: flatpak: Update to 1.14.10 [security fixes].Zheng Junjie
Fixes CVE-2024-42472. Fixes <https://issues.guix.gnu.org/73059>. * gnu/packages/package-management.scm (flatpak): Update to 1.14.10. * gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch: Adjust it. Change-Id: Ia0bd866ee46e8b0cd24d37d14df61cdc22692d4e
2024-08-31gnu: guix: Remove unnecessary dependencies.Ludovic Courtès
This reverts 0fda0486523d67c2c464386c07a0c2800d8d8c20, instead moving the dependencies needed for ‘make dist’ to ‘manifest.scm’. Removing this extra dependencies make it simpler to build the ‘guix’ package in particular on less-capable systems like i586-gnu. * gnu/packages/package-management.scm (guix)[native-inputs]: Remove IMAGEMAGICK and PERL. Use GRAPHVIZ-MINIMAL instead of GRAPHVIZ. * manifest.scm: Use the full-blown ‘graphviz’ package; add ‘imagemagick’ and ‘perl’. Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org> Change-Id: Ia9d05c699e3cc2f9a9235a67f8ec840c26b66a82
2024-08-31gnu: guix-modules: Fix build.宋文武
* gnu/packages/package-management.scm (guix-modules)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: Iba88299d1073fbffcde5ac5624d3a6fb4d3d1eda
2024-08-31gnu: guix: Fix cross build of documentation translations.Janneke Nieuwenhuizen
This fixes building guix-ru.info when building (for the Hurd) guix.ru.texi:3489: @node `??????????????????????' previously defined guix.ru.texi:2535: here is the previous definition as @node make[2]: *** [Makefile:5287: doc/guix.ru.info] Error 1 and building guix-zn-CN.info when building (for the Hurd) guix.zh_CN.texi:651: @node `??????' previously defined guix.zh_CN.texi:522: here is the previous definition as @node make[2]: *** [Makefile:5352: doc/guix.zh_CN.info] Error 1 and building guix-cookbook.ko when building (for the Hurd) guix-cookbook.ko.texi:781: @node `??????' previously defined guix-cookbook.ko.texi:522: here is the previous definition as @node make[2]: *** [Makefile:5549: doc/guix-cookbook.ko.info] Error 1 * gnu/packages/package-management.scm (guix)[native-inputs]: Add libc-utf8-locales-for-target. Change-Id: I561b4da84b31b343e515559feb90d773b1cf440a
2024-08-31gnu: guix: Fix for cross build.Janneke Nieuwenhuizen
This is a follow-up to commit 7f917fefab3098914bb41518edc0d6968205b66b gnu: guix: Add guile-semver. It fixes [ 10%] LOAD guix/import/crate.scm Failed to autoload semver-range-contains? in (semver ranges): ;;; no code for module (semver ranges) ;;; Failed to autoload semver-range-contains? in (semver ranges): ;;; no code for module (semver ranges) [..] make[2]: Leaving directory '/tmp/guix-build-guix-1.4.0-16.aeb4943.drv-0/source' make[1]: *** [Makefile:6146: all-recursive] Error 1 * gnu/packages/package-management.scm (guix)[native-inputs]: Add guile-semver. Change-Id: I5cce0f1912e4d9810fcffb3e549c57d5ba68e31b
2024-08-31gnu: akku: Add bash-minimal to inputs.Maxim Cournoyer
* gnu/packages/package-management.scm (akku): Delete trailing #t. [inputs]: Add bash-minimal. Change-Id: Ifc5c7da3575b39ab43a47fee951ed49fac2bba93
2024-08-31gnu: guix: Add bash-minimal to inputs.Maxim Cournoyer
* gnu/packages/package-management.scm (guix) [inputs]: Add bash-minimal. Change-Id: Idfc570777feec3f830baec47dca69e71bff37418
2024-08-31gnu: nar-herder: Import the correct set of modules.Maxim Cournoyer
* gnu/packages/package-management.scm (nar-herder) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Ic93a7e15a5be6671bd08280a257cbfeacf2fcbe1
2024-08-31gnu: guix-build-coordinator: Import the correct set of modules.Maxim Cournoyer
* gnu/packages/package-management.scm (guix-build-oordinator) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iceeb14b22359b626aa3b0712a3d701ed7211c4be
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-08-14gnu: bffe: Update to 0-7.0fc06c7.Christopher Baines
* gnu/packages/package-management.scm (bffe): Update to 0-7.0fc06c7. Change-Id: I7c0cf4bbfb5c2e12738065a177f496f3bc24bdbf
2024-08-14gnu: guix-build-coordinator: Update to 0-110.492d462.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-110.492d462. Change-Id: I1d57ce9b31ba2576b4b9b2c7be415977c19f5a7d
2024-08-01gnu: guix: Update to 1.4.0-24.9a2ddcc.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 1.4.0-24.9a2ddcc. Change-Id: Ie653394fadc0b7d4091ed3f17393768f78c9b4ad
2024-07-25gnu: nix: Update home page.jgart
* gnu/packages/package-management.scm (nix) [home-page]: Update home page. Change-Id: I674e719828139685e4862d96f4e2596d8c0f155b
2024-07-18gnu: guix: Update to 1.4.0-23.843b85c.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 1.4.0-23.843b85c. Change-Id: I02d73992cc0a772d0c35729cf134760ca870f7b2
2024-06-29gnu: flatpak: Pass system icons and fonts.Zheng Junjie
* gnu/packages/patches/flatpak-fix-fonts-icons.patch: New patch. * gnu/packages/package-management.scm(flatpak): Use it. * gnu/local.mk(dist_patch_DATA): Register it. Change-Id: I0359d0d9bf10120a8b784c910c50d0e4a9b7a616
2024-06-27gnu: guix: Update to 1.4.0-22.1a34b9b.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 1.4.0-22.1a34b9b. Change-Id: I316d987e0f744f3b827d3c0ff6db54e1e6c79375
2024-06-27gnu: guix-build-coordinator: Update to 0-109.406db8a.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-109.406db8a. Change-Id: I9f182770a13a7edae1182ceb39c1d10d2e440f78
2024-06-24gnu: guix: Add imagemagick, perl and use full graphviz.Maxim Cournoyer
This makes it possible to run 'make distcheck' in a 'guix shell -D guix' environment. * gnu/packages/package-management.scm (guix) [native-inputs]: Replace graphviz-minimal with graphviz. Add imagemagick and perl. Change-Id: Ie400c622d8fc77108df29c03e11f36159d6f6238
2024-06-22gnu: nar-herder: Update to 0-37.82f9371.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-37.82f9371. Change-Id: I8f52bbe8fc966b33b1a1c7b2141d1e1b3116c8bc
2024-06-22gnu: guix-build-coordinator: Update to 0-108.0d1e6e6.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-108.0d1e6e6. Change-Id: I4032a28200eec4b953f982d2a1572b84866b0f98
2024-06-16gnu: guix: Update to b345a5e.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to b345a5e. Change-Id: I50258b102ccac238102c64906b6bc3caf13fa02c
2024-06-15gnu: nar-herder: Update to 0-36.91348bd.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-36.91348bd. Change-Id: I2a5a859cfd40bc13cc334df64afd212e85501038
2024-06-10gnu: nar-herder: Update to 0-35.76e3d60.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-35.76e3d60. Change-Id: I4e5efbca03bf38ec42871d60c96294bf7647098d
2024-06-10gnu: guix-build-coordinator: Update to 0-107.4ccfaff.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-107.4ccfaff. Change-Id: Ifb85fab8399abfcc939883518e7a235367e9f4fd
2024-06-06gnu: guix-build-coordinator: Update to 0-106.846aa14.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-106.846aa14. Change-Id: Idb4a090382b3ffa31e6abbe0c96980a4cc96952c
2024-06-06gnu: nar-herder: Update to 0-34.d02e60b.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-34.d02e60b. Change-Id: I0df021d2e5b52fdf3749a1b618d7936c74a757b5
2024-05-19gnu: guix-build-coordinator: Update to 0-105.1ecad69.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-105.1ecad69. Change-Id: Ib772367402d36f1d0feb7546c393f391421d566c
2024-05-19gnu: nar-herder: Update to 0-33.bbf5119.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-33.bbf5119. Change-Id: I802b55c70ef1466b40d0d1ec45f7d9401ab4a12d