mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: amalgamate: Remove input labels.
* gnu/packages/code.scm (amalgamate)[inputs]: Remove label.
This commit is contained in:
parent
a5933dc071
commit
aec302e03a
1 changed files with 1 additions and 2 deletions
|
@ -914,8 +914,7 @@ (define-public amalgamate
|
|||
(("test_command \"cc -Wall -Wextra -o source.out source.c\"" all)
|
||||
"test_command \"gcc -Wall -Wextra -o source.out source.c\"")))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
(inputs (list python-wrapper))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue