aboutsummaryrefslogtreecommitdiff
path: root/tests/ed25519.key
diff options
context:
space:
mode:
authorAlex McGrath <amk@amk.ie>2020-05-02 18:51:56 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-05-04 16:24:43 +0200
commitc65e243463c704698288bad787cd6f5292280bba (patch)
treecbbe386fd02a916e48ab1b7ddc47b294d17e631a /tests/ed25519.key
parent08dfff747b2f6e11ed9b12a6a09cfa0178ec8083 (diff)
downloadguix-c65e243463c704698288bad787cd6f5292280bba.tar.gz
guix-c65e243463c704698288bad787cd6f5292280bba.zip
gnu: Add j4-dmenu-desktop.
* gnu/packages/xdisorg.scm (j4-dmenu-desktop): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'tests/ed25519.key')
0 files changed, 0 insertions, 0 deletions
the version of the package and thus mistake the “AV-98” package for the “av” package on PyPI. $ ./pre-inst-env guix refresh av-98 following redirection to `https://pypi.org/pypi/av/json'... /home/yoctocell/src/guix/gnu/packages/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