kde5.spectacle: use postInstall instead of postFixup
The other KDE applications run wrapQtProgram in postInstall.
This commit is contained in:
parent
ce103cae38
commit
17627eac65
@ -29,7 +29,7 @@ kdeApp {
|
||||
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
|
||||
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor
|
||||
];
|
||||
postFixup = ''
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/spectacle"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user