mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ccwl: Remove input labels.
* gnu/packages/bioinformatics.scm (ccwl) [inputs]: Remove input labels. Change-Id: Ie00325f7472524a0c8431b98ca6172a2f7f7096a
This commit is contained in:
parent
200bd2ebad
commit
5ce08ad5b4
1 changed files with 3 additions and 3 deletions
|
@ -22885,9 +22885,9 @@ (define-public ccwl
|
|||
(,(string-append out "/lib/guile/" effective-version "/site-ccache")
|
||||
,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
|
||||
(inputs
|
||||
`(("bash" ,bash-minimal)
|
||||
("guile" ,guile-3.0)
|
||||
("guile-libyaml" ,guile-libyaml)))
|
||||
(list bash-minimal
|
||||
guile-3.0
|
||||
guile-libyaml))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
lzip
|
||||
|
|
Loading…
Reference in a new issue