plasma-workspace: instead of 'query_qmake' CMakeLists.txt is using 'ecm_query_qt' now
This commit is contained in:
parent
bbded419f9
commit
b7d0d7411b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ mkDerivation {
|
|||
# QT_INSTALL_BINS refers to qtbase, and qdbus is in qttools
|
||||
postPatch = ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace 'query_qmake(QtBinariesDir QT_INSTALL_BINS)' 'set(QtBinariesDir "${lib.getBin qttools}/bin")'
|
||||
--replace 'ecm_query_qt(QtBinariesDir QT_INSTALL_BINS)' 'set(QtBinariesDir "${lib.getBin qttools}/bin")'
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
|
|
Loading…
Reference in a new issue