guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qt: Set 'EffectiveSourcePaths' to 'qtbase' for submodules.


From: ???
Subject: 01/01: gnu: qt: Set 'EffectiveSourcePaths' to 'qtbase' for submodules.
Date: Sun, 22 Oct 2017 07:37:48 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit b000294ef75f89bcaa6afc0c61e492c13f24376b
Author: 宋文武 <address@hidden>
Date:   Sun Oct 22 19:21:17 2017 +0800

    gnu: qt: Set 'EffectiveSourcePaths' to 'qtbase' for submodules.
    
    Fixes a regression introduced in 8075b623786f11966febac7d4ac0f5e90e3f7712.
    This allows 'linguist.pro' of 'qttools' to find 'ConfigVersion.cmake.in',
    which is needed for 'Qt5LinguistToolsConfigVersion.cmake'.
    
    Reported by Thomas Danckaert <address@hidden>.
    
    * gnu/packages/qt.scm (qtsvg)[arguments]: Set 'EffectiveSourcePaths' in
    the 'configure-qmake' phase.
---
 gnu/packages/qt.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index b72925a..b7a615b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -617,7 +617,11 @@ HostPrefix=~a
 HostData=lib/qt5
 HostBinaries=bin
 HostLibraries=lib
-" out out)))
+
+[EffectiveSourcePaths]
+HostPrefix=~a
+HostData=lib/qt5
+" out out qtbase)))
                #t)))
          (replace 'configure
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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