aboutsummaryrefslogtreecommitdiff
path: root/tests/uuid.scm
diff options
context:
space:
mode:
authorMarco Baggio <marco.baggio@mdc-berlin.de>2024-04-29 14:23:50 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:15 +0200
commitd051ef0913c74d4b498ed67c165afdc0c2b2d4d5 (patch)
tree320d1f813eb49f1ddeadbbc8ee929b4023df7377 /tests/uuid.scm
parentd470a9aa543b8e9330b4aad4e2402aa50c357d42 (diff)
downloadguix-d051ef0913c74d4b498ed67c165afdc0c2b2d4d5.tar.gz
guix-d051ef0913c74d4b498ed67c165afdc0c2b2d4d5.zip
gnu: Add python-qdldl.
* gnu/packages/python-science.scm (python-qdldl): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Change-Id: I523ecb2292c9b514b548e2130d0d43bb77317b00
Diffstat (limited to 'tests/uuid.scm')
0 files changed, 0 insertions, 0 deletions
-derivation with #:outputs") ("graft-derivation, unused outputs not depended on"): New tests. Ludovic Courtès 2016-10-17grafts: Apply the right grafts in the presence of multiple outputs....Fixes <http://bugs.gnu.org/24712>. * guix/grafts.scm (cumulative-grafts): Add grafts for all the outputs of DRV. * tests/grafts.scm ("graft-derivation, replaced derivation has multiple outputs"): New test. Ludovic Courtès 2016-10-14grafts: 'graft-derivation' does now introduce grafts that shadow other grafts....Partly fixes <http://bugs.gnu.org/24418>. * guix/grafts.scm (cumulative-grafts)[graft-origin?]: New procedure. [dependency-grafts]: Use it in new 'if' around recursive call. * tests/grafts.scm ("graft-derivation, grafts are not shadowed"): New test. Ludovic Courtès 2016-10-03grafts: Allow the replacement to have a different name....* guix/build/graft.scm (replace-store-references): REPLACEMENT is now the full string, not just the hash. (rewrite-directory)[hash-mapping](valid-suffix?): Remove. (hash+suffix): Rename to... (hash+rest): ... this. Change to return the whole string as the second element of the list. Adjust 'match-lambda' expression accordingly; check whether the string length of the origin and replacement match. * tests/grafts.scm ("graft-derivation, grafted item uses a different name"): New test. * doc/guix.texi (Security Updates): Update sentence on the name/version restriction. Ludovic Courtès