mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ninja: Remove input label.
* gnu/packages/ninja.scm (ninja)[inputs]: Remove label.
This commit is contained in:
parent
95d08e3738
commit
03e13c8981
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ (define-public ninja
|
|||
(base32
|
||||
"14wqccblr3nc2pjgv1a5fsjznp7iyp6z993jp1ddknz01dvhr765"))))
|
||||
(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