aboutsummaryrefslogtreecommitdiff
path: root/tests/substitute.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-02-02 16:51:35 -0300
committerVinicius Monego <monego@posteo.net>2022-02-03 10:14:39 -0300
commit5fe10d1b97b1ea183eebcc44de175e1d135ae558 (patch)
treec2b0d10c66d0f030793f172bdb25e6fab5c48d37 /tests/substitute.scm
parent102a02896d4bf8eeed346521aaec8a7bda46c58b (diff)
downloadguix-5fe10d1b97b1ea183eebcc44de175e1d135ae558.tar.gz
guix-5fe10d1b97b1ea183eebcc44de175e1d135ae558.zip
gnu: mixxx: Update to 2.3.2.
* gnu/packages/music.scm (mixxx): Update to 2.3.2. [arguments]<#:phases>: Don't override the 'check phase as the previously failing test passes in this version. [native-inputs]: Use the new style. [inputs]: Likewise.
Diffstat (limited to 'tests/substitute.scm')
0 files changed, 0 insertions, 0 deletions
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