Age | Commit message (Expand) | Author |
2022-01-06 | gnu: emacs-evil-nerd-commenter: Update to 3.5.6.•••* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.6.
| Nicolas Goaziou |
2022-01-06 | gnu: evisum: Remove input labels.•••* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Remove package
labels.
| Efraim Flashner |
2022-01-06 | gnu: evisum: Update to 0.6.0.•••* gnu/packages/enlightenment.scm (evisum): Update to 0.6.0.
| Efraim Flashner |
2022-01-06 | gnu: enlightenment: Update to 0.25.1.•••* gnu/packages/enlightenment.scm (enlightenment): Update to 0.25.1.
| Efraim Flashner |
2022-01-06 | gnu: terminology: Respect #:tests? flag.•••* gnu/packages/enlightenment.scm (terminology)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
| Efraim Flashner |
2022-01-06 | gnu: terminology: Remove input labels.•••* gnu/packages/enlightenment.scm (terminology)[native-inputs]: Remove
package labels.
| Efraim Flashner |
2022-01-06 | gnu: terminology: Update to 1.12.1.•••* gnu/packages/enlightenment.scm (terminology): Update to 1.12.1.
[source]: Remove trailing #t.
[arguments]: Remove trailing #t from phases.
| Efraim Flashner |
2022-01-06 | gnu: efl: Update to 1.26.1.•••* gnu/packages/enlightenment.scm (efl): Update to 1.26.1.
| Efraim Flashner |
2022-01-06 | gnu: tremc: Fix execution with recent Python.•••* gnu/packages/bittorrent.scm (tremc)[source]: Add patch.
* gnu/packages/patches/tremc-fix-decodestring.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Reported by gnoo in #guix
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: Add openrgb.•••* gnu/packages/hardware.scm (openrgb): New variable.
* gnu/packages/patches/openrgb-unbundle-hueplusplus.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| John Kehayias |
2022-01-06 | gnu: Add hueplusplus.•••* gnu/packages/hardware.scm (hueplusplus): New variable.
* gnu/packages/patches/hueplusplus-mbedtls.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| John Kehayias |
2022-01-06 | gnu: mdadm-static: Fix build.•••This follows up on commit 3d7a1b84c5bc3219c6076e492d6e98c27f2c1f86.
* gnu/packages/linux.scm (mdadm-static)[arguments]:
Add "-DNO_LIBUDEV" to CXFLAGS.
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: mdadm-static: Use G-expressions.•••* gnu/packages/linux.scm (mdadm-static)[arguments]:
Rewrite as G-expressions.
Reported by Christopher Baines <mail@cbaines.net>
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: gfortran-toolchain, gdc-toolchain: Make visible again.•••These two packages were made accidentally "hidden" in commit
2576e2019d2f5049ad3dc51404c7e991af45d1d6.
* gnu/packages/commencement.scm (make-gcc-toolchain): Remove the
'hidden?' property.
| Ludovic Courtès |
2022-01-06 | gnu: guile-next: Update to 3.0.7-d70c1db.•••* gnu/packages/guile.scm (guile-next): Update to 3.0.7, commit d70c1db.
| Ludovic Courtès |
2022-01-06 | gnu: gettext: Work around Gnulib test failures on armhf-linux.•••* gnu/packages/gettext.scm (gettext-minimal)[arguments]: In
'patch-tests' phase, conditionally apply "coreutils-gnulib-tests.patch"
on ARMv7.
| Ludovic Courtès |
2022-01-06 | gnu: gettext: Use gexps for arguments.•••* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Use gexps.
(gnu-gettext)[arguments]: Likewise.
| Ludovic Courtès |
2022-01-06 | guix home, system: Use 'leave' to report missing generations.•••Fixes <https://issues.guix.gnu.org/50982>.
Reported by Xinglu Chen <public@yoctocell.xyz>.
Fixes a typo ('error' instead of 'leave') introduced in
158032bd7dcc33d17da8091b2319bf59ee9db6a1 and copied in
89e05a695574fdabd76834aba35ad125620b8b5d.
* guix/scripts/system.scm (process-command): Use 'leave', not 'error'.
* guix/scripts/home.scm (process-command): Likewise.
| Ludovic Courtès |
2022-01-06 | upstream: Support updating and fetching 'git-fetch' origins.•••Updaters need to be modified to return 'git-reference' objects.
This patch modifies the 'generic-git' and 'minetest' updater,
but others might need to be modified as well.
* guix/git.scm (git-reference->git-checkout): New procedure.
* guix/upstream.scm (package-update/git-fetch): New procedure.
(<upstream-source>)[urls]: Document it can be a 'git-reference'.
(%method-updates): Add 'git-fetch' mapping.
(update-package-source): Support 'git-reference' sources.
(upstream-source-compiler/url-fetch): Split off from ...
(upstream-source-compiler): ... this, and call ...
(upstream-source-compiler/git-fetch): ... this new procedure if the URL
field contains a 'git-reference'.
* guix/import/git.scm
(latest-git-tag-version): Always return two values and document that the tag
is returned as well.
(latest-git-release)[urls]: Use the 'git-reference' instead of the
repository URL.
* guix/import/minetest.scm (latest-minetest-release)[urls]: Don't wrap the
'git-reference' in a list.
* tests/minetest.scm (upstream-source->sexp): Adjust to new convention.
Co-authored-by: Maxime Devos <maximedevos@telenet.be>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sarah Morgensen |
2022-01-06 | refresh: Support non-tarball sources.•••* guix/scripts/refresh.scm (update-package): Use 'file-hash*' instead of
'port-sha256'. Rename TARBALL to OUTPUT.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sarah Morgensen |
2022-01-06 | import: Factorize file hashing.•••* guix/import/cran.scm (vcs-file?, file-hash): Remove procedures.
(description->package): Use 'file-hash*' instead.
* guix/import/elpa.scm (vcs-file?, file-hash): Remove procedures.
(git-repository->origin, elpa-package->sexp): Use 'file-hash* instead'.
* guix/import/go.scm (vcs-file?, file-hash): Remove procedures.
(git-checkout-hash): Use 'file-hash*' instead.
* guix/import/minetest.scm (file-hash): Remove procedure.
(make-minetest-sexp): Use 'file-hash*' instead.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sarah Morgensen |
2022-01-06 | guix hash: Extract file hashing procedures.•••* guix/scripts/hash.scm (guix-hash)[vcs-file?] (nar-hash, default-hash):
Extract hashing logic to...
* guix/hash.scm (vcs-file?, file-hash*): ... these new procedures in this
new file.
Modified-by: Maxime Devos <maximedevos@telenet.be>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sarah Morgensen |
2022-01-06 | doc: Fix typo.•••* doc/guix.texi (Build Utilities): Fix typo.
Reported by Mortimer Cladwell <mbcladwell@gmail.com>
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: guix-build-coordinator: Update to 0-46.309fc55.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-46.309fc55.
| Christopher Baines |
2022-01-06 | system: vm: Restore default RAM size to 512MB.•••* gnu/system/vm.scm (system-qemu-image/shared-store-script): Restore it.
| Mathieu Othacehe |
2022-01-06 | gnu: python-intelhex: Update to 2.3.0.•••* gnu/packages/python-xyz.scm (python-intelhex): Update to 2.3.0.
[arguments]: Enable the tests.
| Mathieu Othacehe |
2022-01-06 | services: gnome: Add udev rules.•••Fixes: <https://issues.guix.gnu.org/32166>.
* gnu/services/desktop.scm (gnome-packages, gnome-udev-rules): New procedures.
(gnome-polkit-settings): Use the gnome-packages procedure.
(gnome-desktop-service-type): Add an udev service extension.
| Mathieu Othacehe |
2022-01-06 | gnu: gnome-settings-daemon: Fix udev directory.•••* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]
{#:configure-flags}: Fix the udev directory.
| Mathieu Othacehe |
2022-01-06 | gnu: go-github-com-microcosm-cc-bluemonday: Adjust inputs.•••* gnu/packages/golang.scm (go-github-com-microcosm-cc-bluemonday)
[native-inputs]: Remove go-github-com-aymeric-douceur,
go-github-com-gorillia-css. Move go-github-com-chris-ramon-douceur,
go-glang-org-x-net ...
[propagated-inputs]: ... to here.
| Efraim Flashner |
2022-01-06 | gnu: r-tximeta: Update to 1.12.4.•••* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.12.4.
| Ricardo Wurmus |
2022-01-06 | gnu: r-tcgabiolinks: Update to 2.22.2.•••* gnu/packages/bioconductor.scm (r-tcgabiolinks): Update to 2.22.2.
| Ricardo Wurmus |
2022-01-06 | gnu: r-biodb: Update to 1.2.2.•••* gnu/packages/bioconductor.scm (r-biodb): Update to 1.2.2.
| Ricardo Wurmus |
2022-01-06 | gnu: r-sushi: Update to 1.32.0.•••* gnu/packages/bioconductor.scm (r-sushi): Update to 1.32.0.
| Ricardo Wurmus |
2022-01-06 | gnu: r-bioassayr: Update to 1.32.1.•••* gnu/packages/bioconductor.scm (r-bioassayr): Update to 1.32.1.
| Ricardo Wurmus |
2022-01-06 | gnu: r-universalmotif: Update to 1.12.2.•••* gnu/packages/bioconductor.scm (r-universalmotif): Update to 1.12.2.
| Ricardo Wurmus |
2022-01-06 | gnu: r-cytolib: Update to 2.6.1.•••* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.6.1.
| Ricardo Wurmus |
2022-01-06 | gnu: r-clusterprofiler: Update to 4.2.1.•••* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.2.1.
| Ricardo Wurmus |
2022-01-06 | gnu: r-icobra: Update to 1.22.2.•••* gnu/packages/bioconductor.scm (r-icobra): Update to 1.22.2.
| Ricardo Wurmus |
2022-01-06 | gnu: r-destiny: Update to 3.8.0.•••* gnu/packages/bioconductor.scm (r-destiny): Update to 3.8.0.
| Ricardo Wurmus |
2022-01-06 | gnu: r-diffbind: Update to 3.4.3.•••* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.4.3.
| Ricardo Wurmus |
2022-01-06 | gnu: r-systempiper: Update to 2.0.5.•••* gnu/packages/bioconductor.scm (r-systempiper): Update to 2.0.5.
| Ricardo Wurmus |
2022-01-06 | gnu: r-structuralvariantannotation: Update to 1.10.1.•••* gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.10.1.
| Ricardo Wurmus |
2022-01-06 | gnu: r-genomicfeatures: Update to 1.46.3.•••* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.46.3.
| Ricardo Wurmus |
2022-01-06 | gnu: r-chipseeker: Update to 1.30.3.•••* gnu/packages/bioconductor.scm (r-chipseeker): Update to 1.30.3.
| Ricardo Wurmus |
2022-01-06 | gnu: r-biocparallel: Update to 1.28.3.•••* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.28.3.
| Ricardo Wurmus |
2022-01-06 | gnu: r-yapsa: Update to 1.20.1.•••* gnu/packages/bioconductor.scm (r-yapsa): Update to 1.20.1.
[propagated-inputs]: Remove r-pmcmr; add r-pmcmrplus.
| Ricardo Wurmus |
2022-01-06 | services: Document the full list of available NTP URLs.•••* gnu/services/networking.scm (%ntp-servers): List the URLs granted to us.
| Leo Famulari |
2022-01-06 | gnu: godot: Remove input labels.•••* gnu/packages/game-development.scm (godot)[inputs]: Remove input labels.
[arguments]: Tweak accordingly.
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: godot: Update to 3.4.2.•••* gnu/packages/game-development.scm (godot): Update to 3.4.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-01-05 | gnu: linux-libre 4.4: Update to 4.4.298.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.298.
(linux-libre-4.4-pristine-source): Update hash.
| Leo Famulari |