gnu: ninja: Python is a regular input.
Ninja uses Python at run time, so it must not be a native input. * gnu/packages/ninja.scm (ninja)[native-inputs]: Change to ... [inputs]: ... this.
This commit is contained in:
parent
b78491f857
commit
2c886af911
|
@ -40,7 +40,7 @@
|
|||
(base32
|
||||
"1ffmzj5s9h98qhl94d9i23zcv057rsqbac9g1hdgvlzq51ccfzjx"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("python" ,python-wrapper)))
|
||||
(inputs `(("python" ,python-wrapper)))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in New Issue