me
/
guix
Archived
1
0
Fork 0

gnu: ninja: Remove input label.

* gnu/packages/ninja.scm (ninja)[inputs]: Remove label.
master
Marius Bakke 2022-06-26 12:02:23 +02:00
parent 95d08e3738
commit 03e13c8981
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
(base32
"14wqccblr3nc2pjgv1a5fsjznp7iyp6z993jp1ddknz01dvhr765"))))
(build-system gnu-build-system)
(inputs `(("python" ,python-wrapper)))
(inputs (list python-wrapper))
(arguments
'(#:phases
(modify-phases %standard-phases