summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: guix: Update to e85f52e.•••* gnu/packages/package-management.scm (guix): Update to e85f52e. Change-Id: Iee81c9e155ff01aa6a5a772e6780b5d2a7e0c270 Ludovic Courtès2024-09-191-3/+3
* gnu: bffe: Update to 0-8.06bed47.•••* gnu/packages/package-management.scm (bffe): Update to 0-8.06bed47. Change-Id: Id21793114e5924cba497cf13ee8685d76e9a9a2e Christopher Baines2024-09-151-3/+3
* gnu: guix-daemon: Remove broken 'change-default-guix' phase.•••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 Maxim Cournoyer2024-09-121-13/+0
* gnu: stow: Fix cross-compiling.•••* gnu/packages/package-management.scm (stow)[native-inputs]: Add perl. Change-Id: Ic9898a3b3c02b31b21dff3e068a99091961e4ef3 Zheng Junjie2024-09-091-1/+1
* gnu: stow: Update to 2.4.1.•••* gnu/packages/package-management.scm (stow): Update to 2.4.1. Change-Id: I28ff07561a425642595cd64741585c0d3746db9f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-09-091-2/+2
* gnu: flatpak: Update to 1.14.10 [security fixes].•••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 Zheng Junjie2024-09-061-2/+2
* gnu: guix: Remove unnecessary dependencies.•••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 Ludovic Courtès2024-08-311-3/+1
* gnu: guix-modules: Fix build.•••* gnu/packages/package-management.scm (guix-modules)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: Iba88299d1073fbffcde5ac5624d3a6fb4d3d1eda 宋文武2024-08-311-1/+1
* gnu: guix: Fix cross build of documentation translations.•••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 Janneke Nieuwenhuizen2024-08-311-1/+2
* gnu: guix: Fix for cross build.•••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 Janneke Nieuwenhuizen2024-08-311-1/+2
* gnu: akku: Add bash-minimal to inputs.•••* gnu/packages/package-management.scm (akku): Delete trailing #t. [inputs]: Add bash-minimal. Change-Id: Ifc5c7da3575b39ab43a47fee951ed49fac2bba93 Maxim Cournoyer2024-08-311-5/+4
* gnu: guix: Add bash-minimal to inputs.•••* gnu/packages/package-management.scm (guix) [inputs]: Add bash-minimal. Change-Id: Idfc570777feec3f830baec47dca69e71bff37418 Maxim Cournoyer2024-08-311-1/+2
* gnu: nar-herder: Import the correct set of modules.•••* gnu/packages/package-management.scm (nar-herder) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Ic93a7e15a5be6671bd08280a257cbfeacf2fcbe1 Maxim Cournoyer2024-08-311-1/+1
* gnu: guix-build-coordinator: Import the correct set of modules.•••* gnu/packages/package-management.scm (guix-build-oordinator) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iceeb14b22359b626aa3b0712a3d701ed7211c4be Maxim Cournoyer2024-08-311-1/+1
* build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod...•••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 Maxim Cournoyer2024-08-311-4/+4
* gnu: bffe: Update to 0-7.0fc06c7.•••* gnu/packages/package-management.scm (bffe): Update to 0-7.0fc06c7. Change-Id: I7c0cf4bbfb5c2e12738065a177f496f3bc24bdbf Christopher Baines2024-08-141-3/+3
* gnu: guix-build-coordinator: Update to 0-110.492d462.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-110.492d462. Change-Id: I1d57ce9b31ba2576b4b9b2c7be415977c19f5a7d Christopher Baines2024-08-141-3/+3
* gnu: guix: Update to 1.4.0-24.9a2ddcc.•••* gnu/packages/package-management.scm (guix): Update to 1.4.0-24.9a2ddcc. Change-Id: Ie653394fadc0b7d4091ed3f17393768f78c9b4ad Christopher Baines2024-08-011-3/+3
* gnu: nix: Update home page.•••* gnu/packages/package-management.scm (nix) [home-page]: Update home page. Change-Id: I674e719828139685e4862d96f4e2596d8c0f155b jgart2024-07-251-1/+1
* gnu: guix: Update to 1.4.0-23.843b85c.•••* gnu/packages/package-management.scm (guix): Update to 1.4.0-23.843b85c. Change-Id: I02d73992cc0a772d0c35729cf134760ca870f7b2 Christopher Baines2024-07-181-3/+3
* gnu: flatpak: Pass system icons and fonts.•••* 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 Zheng Junjie2024-06-291-1/+3
* gnu: guix: Update to 1.4.0-22.1a34b9b.•••* gnu/packages/package-management.scm (guix): Update to 1.4.0-22.1a34b9b. Change-Id: I316d987e0f744f3b827d3c0ff6db54e1e6c79375 Christopher Baines2024-06-271-3/+3
* gnu: guix-build-coordinator: Update to 0-109.406db8a.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-109.406db8a. Change-Id: I9f182770a13a7edae1182ceb39c1d10d2e440f78 Christopher Baines2024-06-271-3/+3
* gnu: guix: Add imagemagick, perl and use full graphviz.•••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 Maxim Cournoyer2024-06-241-1/+3
* gnu: nar-herder: Update to 0-37.82f9371.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-37.82f9371. Change-Id: I8f52bbe8fc966b33b1a1c7b2141d1e1b3116c8bc Christopher Baines2024-06-221-3/+3
* gnu: guix-build-coordinator: Update to 0-108.0d1e6e6.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-108.0d1e6e6. Change-Id: I4032a28200eec4b953f982d2a1572b84866b0f98 Christopher Baines2024-06-221-3/+3
* gnu: guix: Update to b345a5e.•••* gnu/packages/package-management.scm (guix): Update to b345a5e. Change-Id: I50258b102ccac238102c64906b6bc3caf13fa02c Ludovic Courtès2024-06-161-3/+3
* gnu: nar-herder: Update to 0-36.91348bd.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-36.91348bd. Change-Id: I2a5a859cfd40bc13cc334df64afd212e85501038 Christopher Baines2024-06-151-3/+3
* gnu: nar-herder: Update to 0-35.76e3d60.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-35.76e3d60. Change-Id: I4e5efbca03bf38ec42871d60c96294bf7647098d Christopher Baines2024-06-101-3/+3
* gnu: guix-build-coordinator: Update to 0-107.4ccfaff.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-107.4ccfaff. Change-Id: Ifb85fab8399abfcc939883518e7a235367e9f4fd Christopher Baines2024-06-101-3/+3
* gnu: guix-build-coordinator: Update to 0-106.846aa14.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-106.846aa14. Change-Id: Idb4a090382b3ffa31e6abbe0c96980a4cc96952c Christopher Baines2024-06-061-3/+3
* gnu: nar-herder: Update to 0-34.d02e60b.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-34.d02e60b. Change-Id: I0df021d2e5b52fdf3749a1b618d7936c74a757b5 Christopher Baines2024-06-061-3/+3
* gnu: guix-build-coordinator: Update to 0-105.1ecad69.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-105.1ecad69. Change-Id: Ib772367402d36f1d0feb7546c393f391421d566c Christopher Baines2024-05-191-3/+3
* gnu: nar-herder: Update to 0-33.bbf5119.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-33.bbf5119. Change-Id: I802b55c70ef1466b40d0d1ec45f7d9401ab4a12d Christopher Baines2024-05-191-3/+3
* gnu: bffe: Update to 0-6.7df2aa6.•••* gnu/packages/package-management.scm (bffe): Update to 0-6.7df2aa6. Change-Id: Iea60928d894abec57c73c8cbe319af541389f5b6 Christopher Baines2024-05-151-3/+3
* gnu: nar-herder: Update to 0-32.bb8209b.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-32.bb8209b. Change-Id: I9c7364366eebecdc9678cbcf6bc1eb248f2b36ff Christopher Baines2024-05-151-3/+3
* gnu: guix-build-coordinator: Update to 0-104.fff0017.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-104.fff0017. Change-Id: Ia263b25802aa5a86a2ebfe081178288fa095617d Christopher Baines2024-05-151-3/+3
* gnu: guix: Update to 1.4.0-20.37719d3.•••* gnu/packages/package-management.scm (guix): Update to 1.4.0-20.37719d3. Change-Id: Ib986456b9d5aebb2589cab2cb7fcd5fe4b5b9f37 Christopher Baines2024-05-141-3/+3
* gnu: guix: Update to 7ca9809.•••This is a followup to 7757fdd491862fa5c33f1f894503346b89898a01. * gnu/packages/package-management.scm (guix): Update to 7ca9809. Change-Id: Ic1e6d75223eb7e1371805f51b9f230ef846c536c Ludovic Courtès2024-05-131-3/+3
* Use po4a-minimal for guix.•••As this avoids the indirect dependency on nss, which has a testsuite that takes a long time to run. * gnu/packages/package-management.scm (guix)[native-inputs]: Use po4a-minimal. * guix/self.scm (%packages, translate-texi-manuals): Use po4a-minimal. Change-Id: Iac7555cc850c1618d3d54f1b290faa4f9cfb4f8a Christopher Baines2024-05-131-1/+1
* gnu: nar-herder: Update to 0-31.0e89dbb.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-31.0e89dbb. Change-Id: Ia238baa6bd835d3fa8ea81d1f0a12c3fee333973 Christopher Baines2024-05-131-3/+3
* gnu: guix-build-coordinator: Update to 0-103.ff81428.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-103.ff81428. Change-Id: I91cb97a69c2650efa35291cfab724b4e80007e06 Christopher Baines2024-05-131-3/+3
* gnu: nar-herder: Update to 0-30.71115bd.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-30.71115bd. Change-Id: Ib58c5c7f95ac65bd25a25bffe8e0a99c87c6a2d1 Christopher Baines2024-04-301-3/+3
* gnu: guix-build-coordinator: Update to 0-102.53dddfa.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-102.53dddfa. Change-Id: I5d3fafd05c5d519b8aef43fe991c218a0d438da4 Christopher Baines2024-04-301-3/+3
* gnu: guix-build-coordinator/agent-only: Don't propagate inputs.•••Since this package is just intended to provide the guix-build-coordinator-agent script, don't propagate any inputs and strip the unnecessary files from the package. * gnu/packages/package-management.scm (guix-build-coordinator/agent-only) [arguments]: Add 'strip-non-agent-files phase. [propagated-inputs]: Move… [inputs]: …here. Change-Id: I17544c23f3667147c874ec9afad5e5b90d19acc8 Christopher Baines2024-04-301-6/+15
* gnu: nar-herder: Update to 0-29.fb764aa.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-29.fb764aa. Change-Id: I3085ba1898734d19fd30d3a724929523c712aadd Christopher Baines2024-04-261-3/+3
* gnu: flatpak: Update to 1.14.6 [security fixes].•••fixes CVE-2024-32462. see https://nvd.nist.gov/vuln/detail/CVE-2024-32462. * gnu/packages/package-management.scm (flatpak): Update to 1.14.6. [arguments]: Add '--with-curl' [inputs]: Add libcap, polkit, zstd. Use fuse replace fuse-2. * gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch: Adjust patch. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: Idc9b8159f0d6c6d037852792c0dc284c70c7462e Daniel Ziltener2024-04-241-4/+9
* gnu: nar-herder: Update to 0-28.6be6f63.•••This fixes the incompatability with the updated guile-lib. * gnu/packages/package-management.scm (nar-herder): Update to 0-28.6be6f63. Change-Id: Ib238747115cbfac56916dd02dc50e5c3738b31c8 Christopher Baines2024-04-231-3/+3
* gnu: guix-build-coordinator: Update to 0-101.0df0c1a.•••This uses -O1 rather than the default -O2 to work around bug(s) in guile-next, and fixes the incompatability with the updated guile-lib. * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-101.0df0c1a. Change-Id: I52120016d306828e1430917eba6e7b1cc71858a2 Christopher Baines2024-04-231-3/+3
* gnu: nar-herder: Update to 0-27.ffda727.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-27.ffda727. Change-Id: I79704f6ca735065680e571950c884815cca1b898 Christopher Baines2024-04-171-3/+3