aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-pack-relocatable.sh
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-03-10 16:14:53 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-03-10 23:49:47 +0100
commit8cc3a16cbb2521a737d9276d4de4fff3b4f2bd17 (patch)
treef99338de5bb416bf6acb5cfcff95179fb9bf8160 /tests/guix-pack-relocatable.sh
parentb6a627e9c0beee3bc24044dfd5319f59c642a24d (diff)
downloadguix-8cc3a16cbb2521a737d9276d4de4fff3b4f2bd17.tar.gz
guix-8cc3a16cbb2521a737d9276d4de4fff3b4f2bd17.zip
gnu: Add rust-object-0.22.
* gnu/packages/crates-io.scm (rust-object-0.22): New variable.
Diffstat (limited to 'tests/guix-pack-relocatable.sh')
0 files changed, 0 insertions, 0 deletions
tem/file-systems.scm (file-system-type-predicate): Export. (file-system-packages): Move to... * gnu/system/linux-initrd.scm (file-system-packages): ... here. Add docstring. * gnu/services/base.scm: Use it. * tests/file-systems.scm ("does not pull (gnu packages …)"): New test. Ludovic Courtès 2017-02-04file-systems: Remove dependency on (guix store)....(gnu system file-systems) is used on the "build" side since commit 5970e8e248f6327c41c83b86bb2c89be7c3b1b4e. * gnu/system/file-systems.scm: Remove dependency on (guix store). (%store-prefix): New procedure. * tests/file-systems.scm ("does not pull (guix config)"): New test. Ludovic Courtès