Age | Commit message (Expand) | Author |
2020-10-03 | gnu: nmap: Update to 7.90.•••* gnu/packages/admin.scm (nmap): Update to 7.90.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: catch2: Update to 2.13.1.•••* gnu/packages/check.scm (catch2): Update to 2.13.1.
| Tobias Geerinckx-Rice |
2020-10-03 | Revert "gnu: elixir: Remove unused input."•••This reverts commit a749caa74e2a44a37d3a4af06cf4c18f9e463fbb.
One of the phases actually uses git in `(which "git")`.
| Julien Lepiller |
2020-10-03 | gnu: mame: Update to 0.225.•••* gnu/packages/emulators.scm (mame): Update to 0.225.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: protonvpn-cli: Add python-jinja2 input.•••Fixes <http://issues.guix.gnu.org/43778>.
* gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add python-jinja2.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: protonvpn-cli: Prefix Python input names with ‘python-’.•••* gnu/packages/vpn.scm (protonvpn-cli)[native-inputs, inputs]: Add
‘’python-’ to input labels.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: libstaroffice: Update to 0.0.7.•••* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.7.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: libmwaw: Update to 0.3.16.•••* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.16.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: geonkick: Update to 2.3.8.•••* gnu/packages/music.scm (geonkick): Update to 2.3.8.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: protobuf: Update to 1.3.3.•••* gnu/packages/protobuf.scm (protobuf): Update to 1.3.3.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: josm: Update to 17013.•••* gnu/packages/geo.scm (josm): Update to 17013.
| Julien Lepiller |
2020-10-03 | gnu: cuirass: Update to 0.0.1-50.71aac24.•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-50.71aac24.
| Mathieu Othacehe |
2020-10-02 | gnu: Add python-pyux.•••* gnu/packages/python-check.scm (python-pyux): New variable.
| Maxim Cournoyer |
2020-10-02 | gnu: ocaml-mcl: Fix build.•••It was failing on a /bin/sh occurrence patched twice in the configure script:
sh: ./configure:/gnu/store/...-bash-minimal-5.0.16/gnu/store/...-bash-minimal-5.0.1:bad
interpreter: No such file or directory
* gnu/packages/machine-learning.scm (ocaml-mcl)[phases]{patch-paths}: Do not
patch the configure script.
| Maxim Cournoyer |
2020-10-02 | gnu: python-gssapi: Update to 1.6.9.•••* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.9.
| Maxim Cournoyer |
2020-10-02 | gnu: python-gssapi: Skip failing tests.•••Fixes <https://issues.guix.gnu.org/43402>.
* gnu/packages/python-xyz.scm (python-gssapi)[phases]{disable-failing-tests}:
Add phase.
| Maxim Cournoyer |
2020-10-02 | gnu: python-openpyxl: Update to 3.0.5.•••* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.5.
| Maxim Cournoyer |
2020-10-03 | gnu: mariadb-connector-c: Update to 3.1.10.•••* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.10.
| Tobias Geerinckx-Rice |
2020-10-03 | gnu: ccache: Update to 3.7.12.•••* gnu/packages/ccache.scm (ccache): Update to 3.7.12.
| Tobias Geerinckx-Rice |
2020-10-02 | news: Add ‘de’ translation.•••* etc/news.scm: Add ‘de’ translation.
| Florian Pelz |
2020-10-03 | gnu: nyacc: Use versioned Guile site directory.•••This is a follow-up to commit 4e896da45d7be42ff1ad0b2be741b168573e6f0e.
* gnu/packages/mes.scm (nyacc)[source]: Add snippet.
| Ricardo Wurmus |
2020-10-03 | gnu: axoloti-patcher-next: Fix directory names.•••* 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.
| Ricardo Wurmus |
2020-10-02 | news: Add entry for transformation option record/replay.•••* etc/news.scm: Add entry.
| Ludovic Courtès |
2020-10-02 | environment: Provide /etc/hosts in containers without '--network'.•••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.
| Ludovic Courtès |
2020-10-02 | guix package: Re-apply package transformation when upgrading.•••* 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.
| Ludovic Courtès |
2020-10-02 | guix build: Record package transformations in manifest entries.•••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.
| Ludovic Courtès |
2020-10-02 | gnu: orc: Update to 0.4.32.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.32.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: zeromq: Update to 4.3.3.•••* gnu/packages/networking.scm (zeromq): Update to 4.3.3.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: liblouisutdml: Update to 2.9.0.•••* 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.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: liblouis: Update to 3.15.0.•••* gnu/packages/language.scm (liblouis): Update to 3.15.0.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: lsp-plugins: Update to 1.1.26.•••* gnu/packages/music.scm (lsp-plugins): Update to 1.1.26.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: perl-async-interrupt: Update to 1.26.•••* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.26.
| Tobias Geerinckx-Rice |
2020-10-02 | gnu: perl-test-utf8: Update to 1.02.•••* gnu/packages/perl-check.scm (perl-test-utf8): Update to 1.02.
| Tobias Geerinckx-Rice |
2020-10-02 | doc: Explain why '--without-tests' may fail with modified 'check' phase.•••* doc/guix.texi (Package Transformation Options): Explain.
| Florian Pelz |
2020-10-02 | services: cuirass: Fix activation.•••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.
| Mathieu Othacehe |
2020-10-02 | system: image: Add qcow2 image type.•••* gnu/system/image.scm (qcow2-image-type): New variable.
| Mathieu Othacehe |
2020-10-02 | gnu: guix: Fix checksum.•••* gnu/packages/package-management.scm (guix): Fix checksum.
| Mathieu Othacehe |
2020-10-02 | gnu: guix: Update to 1.1.0-28.d27dbeb.•••* gnu/packages/package-management.scm (guix): Update to 1.1.0-28.d27dbeb.
| Mathieu Othacehe |
2020-10-02 | gnu: guix: Install OpenRC init files to $(prefix)/etc.•••This is a followup to cabac732deffafc796537658a6c33c6c4aec821e.
* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "openrcservicedir" in 'nix/local.mk'.
| Mathieu Othacehe |
2020-10-02 | gnu: cuirass: Update to 0.0.1-49.cd89fc4.•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-49.cd89fc4.
| Mathieu Othacehe |
2020-10-02 | scripts: system: Honor target argument.•••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.
| Mathieu Othacehe |
2020-10-02 | tests: Adjust to recent changes to the 'emacs' package.•••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'.
| Ludovic Courtès |
2020-10-02 | gexp: Fix argument ordering in 'local-file' macro.•••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.
| Ludovic Courtès |
2020-10-02 | gnu: icedove: Update to 78.3.1.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jonathan Brielmaier |
2020-10-02 | gnu: nss@3.56: Update to 3.57.•••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>
| Jonathan Brielmaier |
2020-10-02 | ui: Use "guix install" in locale hint.•••* guix/ui.scm (install-locale): Change "guix package -i" to "guix install".
| Ludovic Courtès |
2020-10-02 | gexp: 'local-file' warns when passed a non-literal relative file name.•••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.
| Ludovic Courtès |
2020-10-02 | tests: opam: Test additional syntax.•••* tests/opam.scm (test-comment): New test.
(test-lists): Add more tests for complex list patterns.
| Julien Lepiller |
2020-10-02 | import: opam: Report groups in syntax tree.•••* guix/import/opam.scm (group-pat): Report in syntax tree.
(dependency->input, dependency->native-input, dependency->name):
consider the case of a group.
| Julien Lepiller |
2020-10-02 | tests: opam: Factorize tests.•••* tests/opam.scm: Remove duplicate code.
| Julien Lepiller |