gnu: artanis: Remove input labels.
* gnu/packages/guile-xyz.scm (artanis)[native-inputs]: Remove input labels. Use BASH-MINIMAL instead of BASH.master
parent
944f2c81ff
commit
b0246953e9
|
@ -183,9 +183,9 @@
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-json-3 guile-readline guile-redis))
|
(list guile-json-3 guile-readline guile-redis))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash" ,bash) ;for the `source' builtin
|
(list bash-minimal ;for the `source' builtin
|
||||||
("pkgconfig" ,pkg-config)
|
pkg-config
|
||||||
("util-linux" ,util-linux))) ;for the `script' command
|
util-linux)) ;for the `script' command
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules (((guix build guile-build-system)
|
`(#:modules (((guix build guile-build-system)
|
||||||
#:select (target-guile-effective-version))
|
#:select (target-guile-effective-version))
|
||||||
|
|
Reference in New Issue