guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: qt: Patch /usr/bin/gcc in scripts.gypi.


From: ???
Subject: 01/02: gnu: qt: Patch /usr/bin/gcc in scripts.gypi.
Date: Sun, 11 Jan 2015 05:55:24 +0000

iyzsong pushed a commit to branch wip-qt
in repository guix.

commit 42914d86e289be5b358cd062935d1c27c24fc55f
Author: 宋文武 <address@hidden>
Date:   Sat Jan 10 18:36:40 2015 +0800

    gnu: qt: Patch /usr/bin/gcc in scripts.gypi.
    
    * gnu/packages/qt.scm (qt)[arguments]: Add 'substitute*' call for 
scripts.gypi.
---
 gnu/packages/qt.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 60f530c..11b79bb 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -170,6 +170,9 @@ webrtc/tools/e2e_quality/audio/perf")))))
                 (("/bin/ls") (which "ls")))
               (substitute* 
"qtwebengine/src/3rdparty/chromium/build/common.gypi"
                 (("/bin/echo") (which "echo")))
+              (substitute* "qtwebengine/src/3rdparty/chromium/third_party/\
+WebKit/Source/build/scripts/scripts.gypi"
+                (("/usr/bin/gcc") (which "gcc")))
               (setenv "NINJA_PATH" (which "ninja"))
               ;; do not pass "--enable-fast-install", which makes the
               ;; configure process fail



reply via email to

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