me
/
guix
Archived
1
0
Fork 0

gnu: gn: Remove input labels.

* gnu/packages/build-tools.scm (gn)[native-inputs]: Remove labels.
master
Marius Bakke 2022-11-28 04:29:23 +01:00
parent c02a77bdd6
commit e069db7e30
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

@ -262,8 +262,7 @@ programs and other files depend.")
(let ((out (assoc-ref outputs "out")))
(install-file "out/gn" (string-append out "/bin"))))))))
(native-inputs
`(("ninja" ,ninja)
("python" ,python-wrapper)))
(list ninja python-wrapper))
(synopsis "Generate Ninja build files")
(description
"GN is a tool that collects information about a project from @file{.gn}