aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/nix.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-01-23 22:15:16 +0100
committerLudovic Courtès <ludo@gnu.org>2022-02-02 18:35:00 +0100
commit5c13484646069064c834bbd3cd02c3bc80d94cb6 (patch)
tree56e7cdd7b4ccd857ce34e58fe218fd010d5c86e8 /gnu/services/nix.scm
parentf553de6e0e476f12f7aa0b5e1d3849c71aa93fc6 (diff)
downloadguix-5c13484646069064c834bbd3cd02c3bc80d94cb6.tar.gz
guix-5c13484646069064c834bbd3cd02c3bc80d94cb6.zip
deploy: Add '--execute'.
* guix/scripts/deploy.scm (show-help, %options): Add '--execute'. (invoke-command): New procedure. (guix-deploy): Break arguments at "--" and handle '-x' and associated command. * doc/guix.texi (Invoking guix deploy): Document it.
Diffstat (limited to 'gnu/services/nix.scm')
0 files changed, 0 insertions, 0 deletions
/web-browsers.scm:914:13: av-98 would be upgraded from 1.0.1 to 8.0.3 Setting the ‘upstream-name’ property to “AV-98” would solve the problem. $ ./pre-inst-env guix refresh av-98 /home/yoctocell/src/guix/gnu/packages/web-browsers.scm:914:13: 1.0.1 is already the latest version of av-98 * guix/import/pypi.scm (guix-package->pypi-name): Honor ‘upstream-name’ property. (make-pypi-sexp): Set ‘upstream-name’ property when appropriate. * tests/pypi.scm (test-json): Rename to ... (test-json-1): ... this. (test-json-2): New variable ("guix-package->pypi-name, honor 'upstream-name'"): New test. ("pypi->guix-package, package name contains \"-\" followed by digits"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2021-07-11import: pypi: Emit new-style package inputs....* guix/import/pypi.scm (maybe-inputs): Wrap PACKAGE-INPUTS in 'list' instead of 'quasiquote'. (compute-inputs)[requirement->package-name/sort]: Return a list of symbols. * tests/pypi.scm ("pypi->guix-package, no wheel") ("pypi->guix-package, wheels"): Adjust accordingly. Ludovic Courtès