aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2020-04-20 22:03:15 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2020-05-05 13:20:42 +0200
commit5415f9d2a0cbd8b892ce4560b5bd47d23b4d6dbc (patch)
tree31eee0e3d450b36f5ecc08d9202e6ac9fbc054a3 /TODO
parent25078818e93c8b2bad1654953f36e539835eef16 (diff)
downloadguix-5415f9d2a0cbd8b892ce4560b5bd47d23b4d6dbc.tar.gz
guix-5415f9d2a0cbd8b892ce4560b5bd47d23b4d6dbc.zip
gnu: Add rust-want-0.2.
* gnu/packages/crates-io.scm (rust-want-0.2): New variable.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions
.scm?id=22f95e028f038cee342f455dfc55bd32b804907c'>tests: Add 'with-environment-variable'....* tests/scripts.scm (with-environment-variable): Move to... * guix/tests.scm (with-environment-variable): ... here. * tests/build-utils.scm ("wrap-program, one input, multiple calls"): Use it instead of 'setenv'. Ludovic Courtès 2019-02-08guix: Add wrap-script....* guix/build/utils.scm (wrap-script): New procedure. (&wrap-error): New condition. (wrap-error?, wrap-error-program, wrap-error-type): New procedures. * tests/build-utils.scm ("wrap-script, simple case", "wrap-script, with encoding declaration", "wrap-script, raises condition"): New tests. Ricardo Wurmus