Age | Commit message (Expand) | Author |
2023-10-17 | gnu: guix-build-coordinator: Update to 0-90.3446355....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-90.3446355.
| Christopher Baines |
2023-10-06 | gnu: guix: Update to e863274....This includes the ‘guix perform-download’ fix from commit
762fdbdef52b4c17df578478cadc8655d56171a4.
* gnu/packages/package-management.scm (guix): Update to e863274.
| Ludovic Courtès |
2023-10-02 | gnu: guix: Update to 1.4.0-12.b9fae146d6....This brings the "declarative offloading setup" and using "the right locale
package on GNU/Hurd".
* gnu/packages/package-management.scm (guix): Update to 1.4.0-12.b9fae146d6.
| Janneke Nieuwenhuizen |
2023-09-29 | gnu: guix: Fix cross-compilation....Fixes a regression introduced in
59587e2fda76c19b424fda9a987ff90d52ef217e where ./configure would fail
when cross-compiling with “Git is missing”.
Reported by gabber on #guix.
* gnu/packages/package-management.scm (guix)[arguments]: Add
‘ac_cv_path_GIT’ to #:configure-flags.
| Ludovic Courtès |
2023-09-28 | gnu: guix: Update to d0438fc....This adds the “builtin:git-download” derivation builder to guix-daemon,
added in commit 13b0cf85eb31e1b1ea674debbbfb0f35a32d1374.
* gnu/packages/package-management.scm (guix): Update to d0438fc.
| Ludovic Courtès |
2023-09-25 | gnu: guile-fibers: Remove version from latest package....As I think this makes more sense, the version is only specified when you need
a specific previous release.
* gnu/packages/guile-xyz.scm (guile-fibers): Rename to guile-fibers-1.0.
(guile-fibers-1.3): Rename to guile-fibers.
(guile-fibers-1.1): Inherit from guile-fibers.
* gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: Replace
guile-fibers-1.3 with guile-fibers.
* gnu/packages/ci.scm (cuirass)[inputs]: Likewise.
* gnu/packages/gnunet.scm (gnunet-scheme)[propagated-inputs,native-inputs]:
Likewise.
* gnu/packages/package-management.scm (guix-build-coordinator)
[inputs,propagated-inputs]: Likewise.
* gnu/packages/package-management.scm (nar-herder)[inputs,propagated-inputs]:
Likewise.
* gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
| Christopher Baines |
2023-09-18 | Revert "gnu: guix: Update to 1.4.0-11.658de25e99."...Several people on IRC report that "rewrite-url, to-version specified" fails.
This reverts commit 1a0c7f71f0d74167f04377773791305260871b26.
| Janneke Nieuwenhuizen |
2023-09-18 | gnu: guix: Update to 1.4.0-11.658de25e99....* gnu/packages/package-management.scm (guix): Update to 1.4.0-11.658de25e99.
| Janneke Nieuwenhuizen |
2023-09-16 | gnu: bffe: Update to 0-2.722c37e....* gnu/packages/package-management.scm (bffe): Update to 0-2.722c37e.
| Christopher Baines |
2023-09-16 | gnu: guix-build-coordinator: Update to 0-89.9c42dcb....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-89.9c42dcb.
| Christopher Baines |
2023-09-15 | gnu: libostree: Update to 2023.5....* gnu/packages/package-management.scm (libostree): Update to 2023.5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| kiasoc5 |
2023-09-15 | services: bffe: Use guile from the package....Rather than hardcoding a particular guile in the service definition.
* gnu/services/guix.scm (bffe-shepherd-services): Use guile from the package.
* gnu/packages/package-management.scm (bffe)[inputs]: Remove unnecessary
guile-next input.
| Christopher Baines |
2023-09-15 | gnu: Add bffe....* gnu/packages/package-management.scm (bffe): New variable.
| Christopher Baines |
2023-09-12 | gnu: nar-herder: Use guile-next....As this provides suspendable soft/custom ports, which I'd like to use.
* gnu/packages/package-management.scm (nar-herder)[native-inputs,inputs]: Use
guile-next.
| Christopher Baines |
2023-08-29 | gnu: guix-build-coordinator: Update to 0-88.cbded42....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-88.cbded42.
| Christopher Baines |
2023-08-26 | gnu: guix-build-coordinator: Update to 0-87.06a4469....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-87.06a4469.
| Christopher Baines |
2023-08-22 | gnu: guix: Update to 1.4.0-10.4dfdd82210....* gnu/packages/package-management.scm (guix): Update to 1.4.0-10.4dfdd82210.
| Janneke Nieuwenhuizen |
2023-08-22 | gnu: guix: Disable some tests on the Hurd....* gnu/packages/package-management.scm (guix)[arguments]: When building on the
Hurd, add phase disable-tests/hurd.
| Janneke Nieuwenhuizen |
2023-08-22 | gnu: guix: Update to 30355c1....Fixes a test failure in 'tests/guix-system.sh' on aarch64-linux,
introduced by 4cdbbfa48d87d9a500288249f228fd19d4371919.
* gnu/packages/package-management.scm (guix): Update to 30355c1.
| Ludovic Courtès |
2023-08-21 | gnu: guix: Update to 0e6215a....* gnu/packages/package-management.scm (guix): Update to 0e6215a.
| Ludovic Courtès |
2023-08-12 | gnu: conda: Add missing dependency....*gnu/packages/package-management.scm (conda)[native-inputs]: Add
PYTHON-MOCK.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mădălin Ionel Patrașcu |
2023-07-23 | gnu: fuse@3: Bind to default FUSE variable....* gnu/packages/linux.scm (fuse): Rename this…
(fuse-2): …to this, and…
(fuse-3): …rename this…
(fuse): …to this!
(fuse-static): Rename this…
(fuse-2-static): …to this.
Adjust all users.
| Tobias Geerinckx-Rice |
2023-07-26 | gnu: guix-build-coordinator: Update to 0-86.f39f160....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-86.f39f160.
[arguments]: Update style.
| Christopher Baines |
2023-07-26 | gnu: nar-herder: Update to 0-21.53682fa....* gnu/packages/package-management.scm (nar-herder): Update to 0-21.53682fa.
[arguments]: Update style.
| Christopher Baines |
2023-07-16 | gnu: conan: Update to 2.0.9....* gnu/packages/package-management.scm (conan): Update to 2.0.9.
[arguments]: Upgrade python-pyyaml-5 to python-pyyaml.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: gcab: Remove input labels....* gnu/packages/package-management.scm (gcab)[native-inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: gcab: Update to 1.6....* gnu/packages/package-management.scm (gcab): Update to 1.6.
| Tobias Geerinckx-Rice |
2023-07-11 | gnu: nix: Update to 2.16.1....* gnu/packages/package-management.scm (nix): Update to 2.16.1.
[source]: Use HTTPS for package source.
[inputs]: Add nlohmann-json.
[native-inputs]: Add rapidcheck.
[arguments]<#:phases>: In phase "check", change the value of environment
variable "NIX_STORE" to "/nix/store" temporarily.
* gnu/packages/patches/nix-dont-build-html-doc.diff: Update.
Co-authored-by: jgart <jgart@dismail.de>
| Zhu Zihao |
2023-07-01 | Revert "gnu: nix: Use HTTPS for package source."...This reverts commit cdb3cd4afaa37097208daef1d39d85c0f431e592.
Wrong patch revision.
| Nicolas Goaziou |
2023-07-01 | Revert "gnu: nix: Update to 2.16.0."...This reverts commit 554d46882bc4443dcebbba5aac70b016537d0975.
Wrong patch revision.
| Nicolas Goaziou |
2023-07-01 | gnu: nix: Use HTTPS for package source....* gnu/packages/package-management.scm (nix)[source]: Use HTTPS.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Zhu Zihao |
2023-07-01 | gnu: nix: Update to 2.16.0....* gnu/packages/package-management.scm (nix): Update to 2.16.0.
[inputs]: Add nlohmann-json.
[native-inputs]: Add rapidcheck.
[arguments]<#:phases>: In phase "check", change the value of environment
variable "NIX_STORE" to "/nix/store" temporarily.
* gnu/packages/patches/nix-dont-build-html-doc.diff: Update.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Zhu Zihao |
2023-06-17 | gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
| Janneke Nieuwenhuizen |
2023-06-14 | gnu: guile-fibers: Remove 'guile-fibers-next'....* gnu/packages/guile-xyz.scm (guile-fibers-next): Remove.
* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]
[native-inputs, propagated-inputs]: Replace GUILE-FIBERS-NEXT by
GUILE-FIBERS-1.3.
(nar-herder)[arguments, native-inputs, propagated-inputs]: Likewise.
* gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
| Ludovic Courtès |
2023-06-09 | gnu: guix: Update to 44bbfc2....* gnu/packages/package-management.scm (guix): Update to 44bbfc2.
| Ludovic Courtès |
2023-06-06 | gnu: python-anaconda-client: Fix build with Python 3.10....* gnu/packages/package-management.scm (python-anaconda-client)[build-system]:
Use pyproject-bulid-system.
[arguments]: Move contents of 'remove-network-tests phase to #:test-flags;
drop trailing #T from 'set-HOME phase; add phase 'python3.10-compatibility;
disable test_conda_root and test_conda_root_outside_root_environment.
| Ricardo Wurmus |
2023-06-03 | gnu: guix-build-coordinator: Update to 0-85.c44d485....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-85.c44d485.
| Christopher Baines |
2023-05-30 | gnu: nar-herder: Update to 0-20.b27ca4d....* gnu/packages/package-management.scm (nar-herder): Update to 0-20.b27ca4d.
| Christopher Baines |
2023-05-28 | gnu: guix: Remove trailing #t from phases....* gnu/packages/package-management.scm (guix)[arguments]: Remove trailing
#t from phases.
| Efraim Flashner |
2023-05-28 | gnu: guix: Fix cross-building....* gnu/packages/package-management.scm (guix)[arguments]: In custom
'set-font-path phase also search native-inputs for the input directory.
| Efraim Flashner |
2023-05-25 | gnu: guix-build-coordinator: Fix source hash....The previous commit has the wrong hash, I think I ended up building the data
service instead for some reason and didn't set the hash of this package
correctly.
* gnu/packages/package-management.scm (guix-build-coordinator)[source]: Fix
hash.
| Christopher Baines |
2023-05-25 | gnu: guix-build-coordinator: Update to 0.0.1-41.6885006....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0.0.1-41.6885006.
| Christopher Baines |
2023-05-24 | gnu: guix: Depend on 'graphviz-minimal'....* gnu/packages/package-management.scm (guix)[arguments]: Add
'set-font-path' phase.
[native-inputs]: Change GRAPHVIZ to GRAPHVIZ-MINIMAL. Add
FONT-GHOSTSCRIPT.
(guix-daemon)[native-inputs]: Remove "font-ghostscript".
[arguments]: Delete 'set-font-path' phase.
| Ludovic Courtès |
2023-05-23 | gnu: nar-herder: Update to 0-19.efaf8fa....* gnu/packages/package-management.scm (nar-herder): Update to 0-19.efaf8fa.
| Christopher Baines |
2023-05-23 | gnu: guix-build-coordinator: Update to 0-83.c79f455....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-83.c79f455.
| Christopher Baines |
2023-05-17 | gnu: guix-build-coordinator-agent-only: Fix missing wrapping....Remove the arguments so the arguments of the guix-build-coordinator package
apply.
* gnu/packages/package-management.scm (guix-build-coordinator/agent-only)[arguments]: Remove.
| Christopher Baines |
2023-05-14 | gnu: guix-build-coordinator: Update to 0-82.2c9e004....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-82.2c9e004.
| Christopher Baines |
2023-05-14 | gnu: guix-build-coordinator: Neaten up the package definitions....Remove duplication and redundant append calls.
* gnu/packages/package-management.scm (guix-build-coordinator)[inputs]: Always
add sqitch.
[propagated-inputs]: Always add guile-fibers-next.
(guix-build-coordinator-agent-only)[arguments]: Remove unnecessary duplication
of phases.
[propagated-inputs]: Remove unnecessary append.
| Christopher Baines |
2023-05-10 | gnu: guix-build-coordinator: Update to 0-81.3f6473c....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-81.3f6473c.
| Christopher Baines |
2023-05-06 | gnu: guix-build-coordinator: Update to 0-80.d030cac....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-80.d030cac.
| Christopher Baines |