mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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 \"cc -Wall -Wextra -o source.out source.c\"" all)
|
||||||
"test_command \"gcc -Wall -Wextra -o source.out source.c\"")))))
|
"test_command \"gcc -Wall -Wextra -o source.out source.c\"")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs (list python-wrapper))
|
||||||
`(("python" ,python-wrapper)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue