mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 20:20:32 +02:00
gnu: gn: Remove input labels.
* gnu/packages/build-tools.scm (gn)[native-inputs]: Remove labels.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user