summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
AgeCommit message (Collapse)Author
11 daysgnu: guix-modules: Fix build.宋文武
* gnu/packages/package-management.scm (guix-modules)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: Iba88299d1073fbffcde5ac5624d3a6fb4d3d1eda
11 daysgnu: 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
11 daysgnu: 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
11 daysgnu: akku: Add bash-minimal to inputs.Maxim Cournoyer
* gnu/packages/package-management.scm (akku): Delete trailing #t. [inputs]: Add bash-minimal. Change-Id: Ifc5c7da3575b39ab43a47fee951ed49fac2bba93
11 daysgnu: guix: Add bash-minimal to inputs.Maxim Cournoyer
* gnu/packages/package-management.scm (guix) [inputs]: Add bash-minimal. Change-Id: Idfc570777feec3f830baec47dca69e71bff37418
11 daysgnu: 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
11 daysgnu: 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
11 daysbuild-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-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
2024-05-15gnu: bffe: Update to 0-6.7df2aa6.Christopher Baines
* gnu/packages/package-management.scm (bffe): Update to 0-6.7df2aa6. Change-Id: Iea60928d894abec57c73c8cbe319af541389f5b6
2024-05-15gnu: nar-herder: Update to 0-32.bb8209b.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-32.bb8209b. Change-Id: I9c7364366eebecdc9678cbcf6bc1eb248f2b36ff
2024-05-15gnu: guix-build-coordinator: Update to 0-104.fff0017.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-104.fff0017. Change-Id: Ia263b25802aa5a86a2ebfe081178288fa095617d
2024-05-14gnu: guix: Update to 1.4.0-20.37719d3.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 1.4.0-20.37719d3. Change-Id: Ib986456b9d5aebb2589cab2cb7fcd5fe4b5b9f37
2024-05-13gnu: guix: Update to 7ca9809.Ludovic Courtès
This is a followup to 7757fdd491862fa5c33f1f894503346b89898a01. * gnu/packages/package-management.scm (guix): Update to 7ca9809. Change-Id: Ic1e6d75223eb7e1371805f51b9f230ef846c536c
2024-05-13Use po4a-minimal for guix.Christopher Baines
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
2024-05-13gnu: nar-herder: Update to 0-31.0e89dbb.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-31.0e89dbb. Change-Id: Ia238baa6bd835d3fa8ea81d1f0a12c3fee333973
2024-05-13gnu: guix-build-coordinator: Update to 0-103.ff81428.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-103.ff81428. Change-Id: I91cb97a69c2650efa35291cfab724b4e80007e06
2024-04-30gnu: nar-herder: Update to 0-30.71115bd.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-30.71115bd. Change-Id: Ib58c5c7f95ac65bd25a25bffe8e0a99c87c6a2d1
2024-04-30gnu: guix-build-coordinator: Update to 0-102.53dddfa.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-102.53dddfa. Change-Id: I5d3fafd05c5d519b8aef43fe991c218a0d438da4
2024-04-30gnu: guix-build-coordinator/agent-only: Don't propagate inputs.Christopher Baines
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
2024-04-26gnu: nar-herder: Update to 0-29.fb764aa.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-29.fb764aa. Change-Id: I3085ba1898734d19fd30d3a724929523c712aadd
2024-04-24gnu: flatpak: Update to 1.14.6 [security fixes].Daniel Ziltener
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
2024-04-23gnu: nar-herder: Update to 0-28.6be6f63.Christopher Baines
This fixes the incompatability with the updated guile-lib. * gnu/packages/package-management.scm (nar-herder): Update to 0-28.6be6f63. Change-Id: Ib238747115cbfac56916dd02dc50e5c3738b31c8
2024-04-23gnu: guix-build-coordinator: Update to 0-101.0df0c1a.Christopher Baines
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
2024-04-17gnu: nar-herder: Update to 0-27.ffda727.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-27.ffda727. Change-Id: I79704f6ca735065680e571950c884815cca1b898
2024-04-09gnu: stow: Update to 2.4.0.Andy Tai
* gnu/packages/package-management.scm (stow): Update to 2.4.0. Change-Id: Icc5b81b98fc3dc53d03430fa90c2793e7ef8970d Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05gnu: guix: Define ‘guix-for-channels’ and document its use.Ludovic Courtès
* gnu/packages/package-management.scm (guix-for-channels): New procedure. * doc/guix.texi (Customizing the System-Wide Guix): New section. (Base Services): Add cross-reference. Change-Id: Ied51c3bf9bf08dfc629bb3f0a152eb20b869a636
2024-04-05gnu: nar-herder: Update to 0-26.6ceb0a3.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-26.6ceb0a3. Change-Id: I21765f3746793b74b3f7fd50d64fb661bfca055c
2024-03-30Merge branch 'gnome-team'Liliana Marie Prikler
2024-03-25gnu: nar-herder: Update to 0-25.50de312.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-25.50de312. Change-Id: Ia94c54ed124f1cc87c2e033c6733e786d2e531ca
2024-03-24gnu: conan: Disable flaky test.Vivien Kraus
* gnu/packages/package-management.scm (conan)[#:phase]<check>: Also disable test_basic_parallel_install. Change-Id: I405246aa102cc2847ac157576dce5c46aa49b506 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-22gnu: nar-herder: Update to 0-24.ccef906.Christopher Baines
* gnu/packages/package-management.scm (nar-herder): Update to 0-24.ccef906. Change-Id: I330677206acf1a71cff58b142a06165a8fb0cf50
2024-03-16gnu: guix-build-coordinator: Update to 0-100.14e18ee.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-100.14e18ee. Change-Id: I3842366296e45df569168854cce06a96519ebbfb
2024-03-16gnu: bffe: Update to 0-5.bdfaab9.Christopher Baines
* gnu/packages/package-management.scm (bffe): Update to 0-5.bdfaab9. Change-Id: I7483026b61971e6420eab5257f0ef8afd54d032d