mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
9bc8175cfa
commit
ccabb664ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue