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.
This commit is contained in:
Mark H Weaver 2018-03-23 02:01:25 -04:00
parent e2d90ee428
commit 472415c8df
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -117,7 +117,8 @@ (define-public extra-cmake-modules
(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