diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-05-13 10:54:13 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-05-13 10:54:13 -0400 |
commit | ccabb664ed55d44767e037bb73169be2ecf9449d (patch) | |
tree | 2c6b71d23583a94fb3657d941d13a44206f6c6c4 /tests | |
parent | 9bc8175cfa6b23c31f6c43531377d266456e430e (diff) | |
download | patches-ccabb664ed55d44767e037bb73169be2ecf9449d.tar patches-ccabb664ed55d44767e037bb73169be2ecf9449d.tar.gz |
tests: Fix guix-package.sh.
GCC is now a hidden package, so cannot be installed.
* tests/guix-package.sh: Replace 'gcc' by 'zile' in a test that install
multiple packages.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh index 262d29bd59..767c3f8a66 100644 --- a/tests/guix-package.sh +++ b/tests/guix-package.sh @@ -85,7 +85,7 @@ then false; else true; fi guix package -p "$profile" --delete-generations=0 # Make sure multiple arguments to -i works. -guix package --bootstrap -i guile gcc -p "$profile" -n +guix package --bootstrap -i guile zile -p "$profile" -n # Make sure the `:' syntax works. guix package --bootstrap -i "glibc:debug" -p "$profile" -n |