Age | Commit message (Collapse) | Author |
|
Fixes <https://issues.guix.gnu.org/43402>.
* gnu/packages/python-xyz.scm (python-gssapi)[phases]{disable-failing-tests}:
Add phase.
|
|
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.5.
|
|
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.10.
|
|
* gnu/packages/ccache.scm (ccache): Update to 3.7.12.
|
|
* etc/news.scm: Add ‘de’ translation.
|
|
This is a follow-up to commit 4e896da45d7be42ff1ad0b2be741b168573e6f0e.
* gnu/packages/mes.scm (nyacc)[source]: Add snippet.
|
|
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add
sub-directory of old firmware; fix the sub-directory name of the armv7e-m
toolchain headers.
|
|
* etc/news.scm: Add entry.
|
|
Fixes <https://bugs.gnu.org/43762>.
* guix/scripts/environment.scm (launch-environment/container): Create
/etc/hosts when NETWORK? is false.
* tests/guix-environment-container.sh: Add "localhost" resolution test.
|
|
* guix/scripts/package.scm (transaction-upgrade-entry)[upgrade]: Add
'transform' parameter. Pass PKG through it. Use
'manifest-entry-with-transformations'.
Call 'options->transformation' to get the transformation procedure.
* tests/guix-package.sh: Add 'guix package -u' test.
* tests/packages.scm ("transaction-upgrade-entry, transformation options preserved"):
New test.
* doc/guix.texi (Invoking guix package): Mention that transformations
are preserved across upgrades.
(Package Transformation Options): Likewise.
|
|
With this change, package transformation options used while building a
manifest are saved in the metadata of the manifest entries.
* guix/scripts/build.scm (transformation-procedure): New procedure.
(options->transformation)[applicable]: Use it. Change to a list of
key/value/proc tuples instead of key/proc pairs.
[package-with-transformation-properties, tagged-object]: New
procedures. Use them.
(package-transformations, manifest-entry-with-transformations): New
procedures.
* guix/scripts/pack.scm (guix-pack)[with-transformations]: New
procedure.
Use it.
* guix/scripts/package.scm (process-actions)[transform-entry]: Use it.
* tests/guix-package-aliases.sh: Add test.
|
|
* gnu/packages/gstreamer.scm (orc): Update to 0.4.32.
|
|
* gnu/packages/networking.scm (zeromq): Update to 4.3.3.
|
|
* gnu/packages/language.scm (liblouisutdml): Update to 2.9.0.
[source]: Remove patch.
* gnu/packages/patches/liblouisutdml-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/language.scm (liblouis): Update to 3.15.0.
|
|
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.26.
|
|
* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.26.
|
|
* gnu/packages/perl-check.scm (perl-test-utf8): Update to 1.02.
|
|
* doc/guix.texi (Package Transformation Options): Explain.
|
|
Fixes: <https://issues.guix.gnu.org/43760>.
* gnu/services/cuirass.scm (cuirass-activation): Do not create
queries-log-file and web-queries-log-file if the corresponding config file are
unset.
|
|
* gnu/system/image.scm (qcow2-image-type): New variable.
|
|
* gnu/packages/package-management.scm (guix): Fix checksum.
|
|
* gnu/packages/package-management.scm (guix): Update to 1.1.0-28.d27dbeb.
|
|
This is a followup to cabac732deffafc796537658a6c33c6c4aec821e.
* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "openrcservicedir" in 'nix/local.mk'.
|
|
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-49.cd89fc4.
|
|
Since 313f492657f1d0863c641fa5ee7f5b7028e27c94 the target argument passed to
"guix system" was not honored for 'disk-image' command.
This forces the command line passed "target" to take precedence over the
"target" field of the <image> record returned by "os->image" procedure.
* guix/scripts/system.scm (system-derivation-for-action): Override the
"target" field of the "image" record using the "target" argument from the
command line.
|
|
Test regression introduced in f88fea0eaa5796303790450ee4543a6d7e61a06e.
* tests/guix-package.sh: Add minor and patch levels in the version
numbers of 'emacs-foo-bar' and 'emacs-foo-bar-patched'.
|
|
Fixes a regression introduced in
f43ffee90882c2d61b46d69728daa7432be297e4.
Reported by jonsger on #guix.
* guix/gexp.scm (local-file): In the non-literal case, add #:literal?
and #:location after REST.
|
|
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
nss@3.57 includes a critical fix for building on aarch64.
* gnu/packages/nss.scm (nss-3.56): Update to 3.57 and rename to
* nss-3.57.
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Update nss variable name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/ui.scm (install-locale): Change "guix package -i" to "guix install".
|
|
Fixes <https://bugs.gnu.org/43736>.
Reported by Vitaliy Shatrov <guix.vits@disroot.org>.
* guix/gexp.scm (%local-file): Add #:literal? and #:location.
Emit a warning when LITERAL? is false and FILE is not absolute.
(local-file): In the non-literal case, pass #:location and #:literal?.
* po/guix/POTFILES.in: Add guix/gexp.scm.
* tests/guix-system.sh: Add test for the warning.
|
|
* tests/opam.scm (test-comment): New test.
(test-lists): Add more tests for complex list patterns.
|
|
* guix/import/opam.scm (group-pat): Report in syntax tree.
(dependency->input, dependency->native-input, dependency->name):
consider the case of a group.
|
|
* tests/opam.scm: Remove duplicate code.
|
|
* gnu/packages/rdf.scm (sord): Update to 0.16.6.
|
|
* gnu/packages/rdf.scm (serd): Update to 0.30.6.
|
|
* gnu/packages/image.scm (grim)[source]: Add patch.
* gnu/packages/patches/grim-revert-output-rotation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/protobuf.scm (python-pure-protobuf): Update to 2.0.1.
|
|
* gnu/packages/shells.scm (oil): Update to 0.8.1.
|
|
* gnu/packages/web.scm (perl-libwww): Update to 6.49.
|
|
* gnu/packages/web.scm (perl-test-tcp): Update to 2.22.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.07-1.
|
|
* gnu/packages/xorg.scm (xpra): Update to 4.0.4.
|
|
* gnu/packages/wm.scm (waybar): Update to 0.9.4.
|
|
* guix/import/opam.scm (STRCHR, comment, choice): Fix syntax.
(group-pat): Add syntax.
(opam->guix-package): Suppport "archive" keyword.
|
|
Fixes <https://issues.guix.info/39670>.
Combined with commit def6e2ae46, this allows unprivileged users to mount file
systems marked with the "user" option. It adds less than 4 MiB to the closure
of the lightweight-desktop.tmpl operating system template.
* gnu/services/desktop.scm (%desktop-services): Extend the
setuid-program-service-type service with the 'mount.nfs' and 'mount.nfs-3g'
programs.
Reported-by: Nathan Dehnel <ncdehnel@gmail.com>
|
|
Add 'log and 'outputs properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.
* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'log and 'outputs properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
|
|
Fixes <http://issues.guix.info/43277>.
* gnu/packages/emacs.scm (emacs)[strip-double-wrap]: Modify to work with
emacs-next.
(emacs-next)[version]: Use git-version to produce the version string.
[arguments]: Remove field.
[native-search-paths]: Add field.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
Using the new compressed-qcow2 image breaks this test.
* gnu/tests/virtualization.scm (hurd-vm-disk-image-raw): New procedure.
(%childhurd-os): Use it.
|