Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (ipvsadm): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/apl.scm (dzaim-apl): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes a bug whereby ‘guix locate’ would pick the system database, then
decide it’s too old, try to update it, and fail because it’s not
writable by unprivileged users.
Fixes <https://issues.guix.gnu.org/66612>.
* guix/scripts/locate.scm (file-age): New procedure.
(suitable-database): Add ‘age-update-threshold’ parameter and honor it.
(guix-locate): Remove ‘file-age’. Pass ‘age-update-threshold’ to the
‘database’ option.
Reported-by: Matt Wette <matt.wette@gmail.com>
|
|
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Adjust the custom
'fix-bind-cross-compilation phase to force linking with '-latomic' when
building for powerpc-linux.
|
|
* gnu/packages/virtualization.scm. Sort use-module alphabetically to
easy maintenance.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
|
* gnu/packages/virtualization.scm (vmware-open-vm-tools,
vmware-open-vm-tools-gtk): New variables.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
|
* gnu/packages/radio.scm (chirp): New variable.
|
|
* gnu/packages/python-xyz.scm (python-yattag): New variable.
|
|
* gnu/packages/radio.scm (gqrx): Update to 2.17.2.
|
|
* gnu/packages/radio.scm (csdr): Update to 0.18.2.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-prompter): Update to 0.1.0-0.b40a13a.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/python-web.scm (python-flask-restful-swagger)
[propagated-inputs]: Add python-six.
|
|
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.6.0.
[propagated-inputs]: Remove python-singledispatch and python-six.
|
|
* doc/guix.texi (partition Reference): Clarify LBA compatibility.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/issue/66461>.
Reported by Simon Tournier <zimon.toutoune@gmail.com>.
* guix/import/opam.scm (opam->guix-package): Handle lists of licenses.
Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
|
|
* guix/scripts/weather.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/upgrade.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/time-machine.scm (%options): Handle EPIPE errors when
displaying help.
|
|
* guix/scripts/substitute.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/system.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/style.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/size.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/show.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/shell.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/search.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/repl.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/remove.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/refresh.scm (%options): Handle EPIPE errors when displaying
help.
|
|
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* guix/scripts/pull.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/publish.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/processes.scm (%options): Handle EPIPE errors when displaying
help.
|
|
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* guix/scripts/package.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/pack.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/offload.scm (guix-offload): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/locate.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/lint.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/install.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/import.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/home.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/hash.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/graph.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/git.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/gc.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/edit.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/download.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/discover.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/describe.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/deploy.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/copy.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/container.scm (%options): Handle EPIPE errors when displaying
help.
|