guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/21: gnu: meson: Don't wrap the meson executable.


From: Marius Bakke
Subject: 01/21: gnu: meson: Don't wrap the meson executable.
Date: Mon, 12 Mar 2018 13:22:32 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit b14a04b24bc0bbd5dc1196efc9e6c6bbffe8cb8e
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 9 15:25:40 2018 +0100

    gnu: meson: Don't wrap the meson executable.
    
    * gnu/packages/build-tools.scm (meson)[arguments]: Delete WRAP-PHASE.
---
 gnu/packages/build-tools.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 2abb44f..9fb7dfd 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -81,6 +81,11 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
                (base32
                 "06r8limj38mv884s5riiz6lpzw37cvhbf9jd0smzcbi7fwmv3yah"))))
     (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)))
     (propagated-inputs `(("python" ,python)))
     (home-page "https://mesonbuild.com/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]