Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (sysstat): Update to 12.4.4.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/linux.scm (xfsprogs): Update to 5.14.2.
|
|
* gnu/packages/lisp.scm (txr): Update to 273.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/lisp.scm (txr)[native-inputs, inputs]:
Remove input labels.
|
|
* gnu/packages/linux.scm (mcelog): Update to 180.
[native-inputs]: Add python-wrapper.
|
|
* gnu/packages/gnome.scm (upower): Update to 0.99.13.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.12.17.
[source, arguments]: Don't explicitly return #t from snippet or phases.
|
|
* gnu/packages/admin.scm (stress-ng): New public variable.
|
|
* gnu/packages/package-management.scm (guix): Update to 1.3.0-19.a9f2cc8.
|
|
* gnu/packages/package-management.scm (guix): Update to 1.3.0-18.79260c8.
|
|
This is a follow-up to 49599fab564f203b8e92d32e9b28c99e99849bfb.
Fixes: <https://issues.guix.gnu.org/52908>.
* gnu/services/xorg.scm (set-xorg-configuration)[login-manager-service-type]:
When the current system or target system begins with the string "x86_64", use
gdm-service-type as before; otherwise, use sddm-service-type.
* gnu/system/examples/vm-image.tmpl (services): Add sddm-service-type to the
list of service types to remove.
|
|
* gnu/packages/gnome.scm (simple-scan): Update to 40.7.
|
|
* gnu/packages/gnome.scm (simple-scan)[native-inputs, inputs]:
Remove input labels.
|
|
* gnu/packages/games.scm (fheroes2)[source]: Move where expected.
|
|
* gnu/packages/games.scm (fheroes2): Update to 0.9.11.
|
|
* gnu/packages/games.scm (fheroes2)[native-inputs, inputs]:
Remove input labels.
|
|
* gnu/packages/games (pioneer)[inputs]:
Downgrade libsigc++ to libsigc++-2.
|
|
* gnu/packages/games.scm (pioneer)[inputs]:
Remove input labels.
|
|
* gnu/packages/games.scm (edgar)[inputs, native-inputs]:
Remove input labels.
|
|
* gnu/packages/games.scm (edgar): Update to 1.35.
|
|
* gnu/packages/game-development.scm (love): Update to 11.4.
[source]: Update upstream URL.
|
|
* gnu/packages/datastructures.scm (liburcu): Update to 0.13.1.
|
|
* gnu/packages/audio.scm (suil)[inputs]: Remove input labels.
|
|
* gnu/packages/audio.scm (suil): Update to 0.10.10.
|
|
* gnu/packages/disk.scm (ndctl): Update to 72.1.
[arguments]: Remove obsolete 'fix-include phase.
|
|
* gnu/packages/disk.scm (ndctl)[arguments]: Add a 'fix-version phase.
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.6.
|
|
* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Remove package
labels.
|
|
* gnu/packages/enlightenment.scm (evisum): Update to 0.6.0.
|
|
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.25.1.
|
|
* gnu/packages/enlightenment.scm (terminology)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
|
|
* gnu/packages/enlightenment.scm (terminology)[native-inputs]: Remove
package labels.
|
|
* gnu/packages/enlightenment.scm (terminology): Update to 1.12.1.
[source]: Remove trailing #t.
[arguments]: Remove trailing #t from phases.
|
|
* gnu/packages/enlightenment.scm (efl): Update to 1.26.1.
|
|
* 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
|
|
* 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>
|
|
* gnu/packages/hardware.scm (hueplusplus): New variable.
* gnu/packages/patches/hueplusplus-mbedtls.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
This follows up on commit 3d7a1b84c5bc3219c6076e492d6e98c27f2c1f86.
* gnu/packages/linux.scm (mdadm-static)[arguments]:
Add "-DNO_LIBUDEV" to CXFLAGS.
|
|
* gnu/packages/linux.scm (mdadm-static)[arguments]:
Rewrite as G-expressions.
Reported by Christopher Baines <mail@cbaines.net>
|
|
These two packages were made accidentally "hidden" in commit
2576e2019d2f5049ad3dc51404c7e991af45d1d6.
* gnu/packages/commencement.scm (make-gcc-toolchain): Remove the
'hidden?' property.
|
|
* gnu/packages/guile.scm (guile-next): Update to 3.0.7, commit d70c1db.
|
|
* gnu/packages/gettext.scm (gettext-minimal)[arguments]: In
'patch-tests' phase, conditionally apply "coreutils-gnulib-tests.patch"
on ARMv7.
|
|
* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Use gexps.
(gnu-gettext)[arguments]: Likewise.
|
|
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.
|
|
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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* doc/guix.texi (Build Utilities): Fix typo.
Reported by Mortimer Cladwell <mbcladwell@gmail.com>
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-46.309fc55.
|