mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bmake: Remove input labels.
* gnu/packages/build-tools.scm (bmake)[inputs]: Remove input labels.
This commit is contained in:
parent
0fb4cc7a2f
commit
87977e9e9e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ (define-public bmake
|
|||
(base32 "1cvm10gh7gb0rjcfgbssrw13ha24qmagifgkr53kk39r9693ylq5"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("bash" ,bash-minimal)))
|
||||
(list bash-minimal))
|
||||
(native-inputs
|
||||
(list coreutils))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue