guix-commits
[Top][All Lists]
Advanced

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

08/66: gnu: extra-cmake-modules: Return #t from all phases.


From: Mark H. Weaver
Subject: 08/66: gnu: extra-cmake-modules: Return #t from all phases.
Date: Fri, 23 Mar 2018 04:46:40 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 472415c8dfde37e149f6a713db9447d27cf6b9d8
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:01:25 2018 -0400

    gnu: extra-cmake-modules: Return #t from all phases.
    
    * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[arguments]: Return 
#t
    from the 'fix-lib-path' phase.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index b763a03..099c01f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -117,7 +117,8 @@
              (substitute* "modules/ECMGeneratePriFile.cmake"
                ;; Install pri-files into lib/qt5/mkspecs
                (("set\\(ECM_MKSPECS_INSTALL_DIR mkspecs/modules")
-                "set(ECM_MKSPECS_INSTALL_DIR lib/qt5/mkspecs/modules"))))
+                "set(ECM_MKSPECS_INSTALL_DIR lib/qt5/mkspecs/modules"))
+             #t))
          ;; install and check phase are swapped to prevent install from failing
          ;; after testsuire has run
          (add-after 'install 'check-post-install



reply via email to

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