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

commit 472415c8dfde37e149f6a713db9447d27cf6b9d8
Author: Mark H Weaver <[email protected]>
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