aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix-modules: Update to 0.2.0.Ludovic Courtès2024-10-04
| | | | | | * gnu/packages/package-management.scm (guix-modules): Update to 0.2.0. Change-Id: I0133726b73926d2120715b0b064cd7ec6ffb1f75
* gnu: guix: Update to e85f52e.Ludovic Courtès2024-09-19
| | | | | | * gnu/packages/package-management.scm (guix): Update to e85f52e. Change-Id: Iee81c9e155ff01aa6a5a772e6780b5d2a7e0c270
* gnu: bffe: Update to 0-8.06bed47.Christopher Baines2024-09-15
| | | | | | * gnu/packages/package-management.scm (bffe): Update to 0-8.06bed47. Change-Id: Id21793114e5924cba497cf13ee8685d76e9a9a2e
* gnu: guix-daemon: Remove broken 'change-default-guix' phase.Maxim Cournoyer2024-09-12
| | | | | | | | | | | | | 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
* gnu: stow: Fix cross-compiling.Zheng Junjie2024-09-09
| | | | | | * gnu/packages/package-management.scm (stow)[native-inputs]: Add perl. Change-Id: Ic9898a3b3c02b31b21dff3e068a99091961e4ef3
* gnu: stow: Update to 2.4.1.Andy Tai2024-09-09
| | | | | | | * gnu/packages/package-management.scm (stow): Update to 2.4.1. Change-Id: I28ff07561a425642595cd64741585c0d3746db9f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: flatpak: Update to 1.14.10 [security fixes].Zheng Junjie2024-09-06
| | | | | | | | | | 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
* gnu: guix: Remove unnecessary dependencies.Ludovic Courtès2024-08-31
| | | | | | | | | | | | | | | | 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
* gnu: guix-modules: Fix build.宋文武2024-08-31
| | | | | | | * gnu/packages/package-management.scm (guix-modules)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: Iba88299d1073fbffcde5ac5624d3a6fb4d3d1eda
* gnu: guix: Fix cross build of documentation translations.Janneke Nieuwenhuizen2024-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* gnu: guix: Fix for cross build.Janneke Nieuwenhuizen2024-08-31
| | | | | | | | | | | | | | | | | | | | | 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
* gnu: akku: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/package-management.scm (akku): Delete trailing #t. [inputs]: Add bash-minimal. Change-Id: Ifc5c7da3575b39ab43a47fee951ed49fac2bba93
* gnu: guix: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/package-management.scm (guix) [inputs]: Add bash-minimal. Change-Id: Idfc570777feec3f830baec47dca69e71bff37418
* gnu: nar-herder: Import the correct set of modules.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/package-management.scm (nar-herder) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Ic93a7e15a5be6671bd08280a257cbfeacf2fcbe1
* gnu: guix-build-coordinator: Import the correct set of modules.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/package-management.scm (guix-build-oordinator) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iceeb14b22359b626aa3b0712a3d701ed7211c4be
* build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer2024-08-31
| | | | | | | | | | | | | | | | | | | | | %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
* gnu: bffe: Update to 0-7.0fc06c7.Christopher Baines2024-08-14
| | | | | | * gnu/packages/package-management.scm (bffe): Update to 0-7.0fc06c7. Change-Id: I7c0cf4bbfb5c2e12738065a177f496f3bc24bdbf
* gnu: guix-build-coordinator: Update to 0-110.492d462.Christopher Baines2024-08-14
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-110.492d462. Change-Id: I1d57ce9b31ba2576b4b9b2c7be415977c19f5a7d
* gnu: guix: Update to 1.4.0-24.9a2ddcc.Christopher Baines2024-08-01
| | | | | | * gnu/packages/package-management.scm (guix): Update to 1.4.0-24.9a2ddcc. Change-Id: Ie653394fadc0b7d4091ed3f17393768f78c9b4ad
* gnu: nix: Update home page.jgart2024-07-25
| | | | | | * gnu/packages/package-management.scm (nix) [home-page]: Update home page. Change-Id: I674e719828139685e4862d96f4e2596d8c0f155b
* gnu: guix: Update to 1.4.0-23.843b85c.Christopher Baines2024-07-18
| | | | | | * gnu/packages/package-management.scm (guix): Update to 1.4.0-23.843b85c. Change-Id: I02d73992cc0a772d0c35729cf134760ca870f7b2
* gnu: flatpak: Pass system icons and fonts.Zheng Junjie2024-06-29
| | | | | | | | * 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
* gnu: guix: Update to 1.4.0-22.1a34b9b.Christopher Baines2024-06-27
| | | | | | * gnu/packages/package-management.scm (guix): Update to 1.4.0-22.1a34b9b. Change-Id: I316d987e0f744f3b827d3c0ff6db54e1e6c79375
* gnu: guix-build-coordinator: Update to 0-109.406db8a.Christopher Baines2024-06-27
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-109.406db8a. Change-Id: I9f182770a13a7edae1182ceb39c1d10d2e440f78
* gnu: guix: Add imagemagick, perl and use full graphviz.Maxim Cournoyer2024-06-24
| | | | | | | | | | | 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
* gnu: nar-herder: Update to 0-37.82f9371.Christopher Baines2024-06-22
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-37.82f9371. Change-Id: I8f52bbe8fc966b33b1a1c7b2141d1e1b3116c8bc
* gnu: guix-build-coordinator: Update to 0-108.0d1e6e6.Christopher Baines2024-06-22
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-108.0d1e6e6. Change-Id: I4032a28200eec4b953f982d2a1572b84866b0f98
* gnu: guix: Update to b345a5e.Ludovic Courtès2024-06-16
| | | | | | * gnu/packages/package-management.scm (guix): Update to b345a5e. Change-Id: I50258b102ccac238102c64906b6bc3caf13fa02c
* gnu: nar-herder: Update to 0-36.91348bd.Christopher Baines2024-06-15
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-36.91348bd. Change-Id: I2a5a859cfd40bc13cc334df64afd212e85501038
* gnu: nar-herder: Update to 0-35.76e3d60.Christopher Baines2024-06-10
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-35.76e3d60. Change-Id: I4e5efbca03bf38ec42871d60c96294bf7647098d
* gnu: guix-build-coordinator: Update to 0-107.4ccfaff.Christopher Baines2024-06-10
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-107.4ccfaff. Change-Id: Ifb85fab8399abfcc939883518e7a235367e9f4fd
* gnu: guix-build-coordinator: Update to 0-106.846aa14.Christopher Baines2024-06-06
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-106.846aa14. Change-Id: Idb4a090382b3ffa31e6abbe0c96980a4cc96952c
* gnu: nar-herder: Update to 0-34.d02e60b.Christopher Baines2024-06-06
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-34.d02e60b. Change-Id: I0df021d2e5b52fdf3749a1b618d7936c74a757b5
* gnu: guix-build-coordinator: Update to 0-105.1ecad69.Christopher Baines2024-05-19
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-105.1ecad69. Change-Id: Ib772367402d36f1d0feb7546c393f391421d566c
* gnu: nar-herder: Update to 0-33.bbf5119.Christopher Baines2024-05-19
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-33.bbf5119. Change-Id: I802b55c70ef1466b40d0d1ec45f7d9401ab4a12d
* gnu: bffe: Update to 0-6.7df2aa6.Christopher Baines2024-05-15
| | | | | | * gnu/packages/package-management.scm (bffe): Update to 0-6.7df2aa6. Change-Id: Iea60928d894abec57c73c8cbe319af541389f5b6
* gnu: nar-herder: Update to 0-32.bb8209b.Christopher Baines2024-05-15
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-32.bb8209b. Change-Id: I9c7364366eebecdc9678cbcf6bc1eb248f2b36ff
* gnu: guix-build-coordinator: Update to 0-104.fff0017.Christopher Baines2024-05-15
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-104.fff0017. Change-Id: Ia263b25802aa5a86a2ebfe081178288fa095617d
* gnu: guix: Update to 1.4.0-20.37719d3.Christopher Baines2024-05-14
| | | | | | * gnu/packages/package-management.scm (guix): Update to 1.4.0-20.37719d3. Change-Id: Ib986456b9d5aebb2589cab2cb7fcd5fe4b5b9f37
* gnu: guix: Update to 7ca9809.Ludovic Courtès2024-05-13
| | | | | | | | This is a followup to 7757fdd491862fa5c33f1f894503346b89898a01. * gnu/packages/package-management.scm (guix): Update to 7ca9809. Change-Id: Ic1e6d75223eb7e1371805f51b9f230ef846c536c
* Use po4a-minimal for guix.Christopher Baines2024-05-13
| | | | | | | | | | 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
* gnu: nar-herder: Update to 0-31.0e89dbb.Christopher Baines2024-05-13
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-31.0e89dbb. Change-Id: Ia238baa6bd835d3fa8ea81d1f0a12c3fee333973
* gnu: guix-build-coordinator: Update to 0-103.ff81428.Christopher Baines2024-05-13
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-103.ff81428. Change-Id: I91cb97a69c2650efa35291cfab724b4e80007e06
* gnu: nar-herder: Update to 0-30.71115bd.Christopher Baines2024-04-30
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-30.71115bd. Change-Id: Ib58c5c7f95ac65bd25a25bffe8e0a99c87c6a2d1
* gnu: guix-build-coordinator: Update to 0-102.53dddfa.Christopher Baines2024-04-30
| | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-102.53dddfa. Change-Id: I5d3fafd05c5d519b8aef43fe991c218a0d438da4
* gnu: guix-build-coordinator/agent-only: Don't propagate inputs.Christopher Baines2024-04-30
| | | | | | | | | | | | | 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
* gnu: nar-herder: Update to 0-29.fb764aa.Christopher Baines2024-04-26
| | | | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-29.fb764aa. Change-Id: I3085ba1898734d19fd30d3a724929523c712aadd
* gnu: flatpak: Update to 1.14.6 [security fixes].Daniel Ziltener2024-04-24
| | | | | | | | | | | | 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
* gnu: nar-herder: Update to 0-28.6be6f63.Christopher Baines2024-04-23
| | | | | | | | This fixes the incompatability with the updated guile-lib. * gnu/packages/package-management.scm (nar-herder): Update to 0-28.6be6f63. Change-Id: Ib238747115cbfac56916dd02dc50e5c3738b31c8
* gnu: guix-build-coordinator: Update to 0-101.0df0c1a.Christopher Baines2024-04-23
| | | | | | | | | | 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