mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #17031 from vandenoever/spectacle
kde5.spectacle: use postInstall instead of postFixup
This commit is contained in:
commit
cb53771d93
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue