spectacle: update qdbus location
This commit is contained in:
parent
591eedac17
commit
ceebe778c3
|
@ -17,8 +17,8 @@ mkDerivation {
|
||||||
knewstuff kwayland
|
knewstuff kwayland
|
||||||
];
|
];
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace desktop/org.kde.spectacle.desktop \
|
substituteInPlace desktop/org.kde.spectacle.desktop.cmake \
|
||||||
--replace "Exec=qdbus" "Exec=${lib.getBin qttools}/bin/qdbus"
|
--replace "Exec=@QtBinariesDir@/qdbus" "Exec=${lib.getBin qttools}/bin/qdbus"
|
||||||
'';
|
'';
|
||||||
propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
|
propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue