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.master
parent
e2d90ee428
commit
472415c8df
|
@ -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
|
||||
|
|
Reference in New Issue