gnu: amalgamate: Remove input labels.

* gnu/packages/code.scm (amalgamate)[inputs]: Remove label.
This commit is contained in:
Marius Bakke 2022-08-02 20:56:05 +02:00
parent a5933dc071
commit aec302e03a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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