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:
parent
e2d90ee428
commit
472415c8df
|
@ -117,7 +117,8 @@
|
||||||
(substitute* "modules/ECMGeneratePriFile.cmake"
|
(substitute* "modules/ECMGeneratePriFile.cmake"
|
||||||
;; Install pri-files into lib/qt5/mkspecs
|
;; Install pri-files into lib/qt5/mkspecs
|
||||||
(("set\\(ECM_MKSPECS_INSTALL_DIR mkspecs/modules")
|
(("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
|
;; install and check phase are swapped to prevent install from failing
|
||||||
;; after testsuire has run
|
;; after testsuire has run
|
||||||
(add-after 'install 'check-post-install
|
(add-after 'install 'check-post-install
|
||||||
|
|
Loading…
Reference in New Issue