mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
spectacle: fix qdbus path in desktop shortcut
This commit is contained in:
parent
eccb90a2d9
commit
bb57a1056e
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
ki18n, xcb-util-cursor,
|
||||
kconfig, kcoreaddons, kdbusaddons, kdeclarative, kio, kipi-plugins,
|
||||
knotifications, kscreen, kwidgetsaddons, kwindowsystem, kxmlgui, libkipi,
|
||||
qtx11extras, knewstuff
|
||||
qtx11extras, knewstuff, qttools
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -16,5 +16,9 @@ mkDerivation {
|
|||
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi qtx11extras xcb-util-cursor
|
||||
knewstuff
|
||||
];
|
||||
postPatch = ''
|
||||
substituteInPlace desktop/org.kde.spectacle.desktop \
|
||||
--replace "Exec=qdbus" "Exec=${lib.getBin qttools}/bin/qdbus"
|
||||
'';
|
||||
propagatedUserEnvPkgs = [ kipi-plugins libkipi ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue