gnu: meson: Don't wrap the meson executable.
* gnu/packages/build-tools.scm (meson)[arguments]: Delete WRAP-PHASE.
This commit is contained in:
parent
d8fa1890c7
commit
b14a04b24b
@ -81,6 +81,11 @@ makes a few sacrifices to acquire fast full and incremental build times.")
|
|||||||
(base32
|
(base32
|
||||||
"06r8limj38mv884s5riiz6lpzw37cvhbf9jd0smzcbi7fwmv3yah"))))
|
"06r8limj38mv884s5riiz6lpzw37cvhbf9jd0smzcbi7fwmv3yah"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
;; Meson calls the various executables in out/bin through the
|
||||||
|
;; Python interpreter, so we cannot use the shell wrapper.
|
||||||
|
(delete 'wrap))))
|
||||||
(inputs `(("ninja", ninja)))
|
(inputs `(("ninja", ninja)))
|
||||||
(propagated-inputs `(("python" ,python)))
|
(propagated-inputs `(("python" ,python)))
|
||||||
(home-page "https://mesonbuild.com/")
|
(home-page "https://mesonbuild.com/")
|
||||||
|
Loading…
Reference in New Issue
Block a user