latte-dock: use postInstall instead of fixupPhase
This commit is contained in:
parent
a3a8b34116
commit
d3ce8f322e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ mkDerivation rec {
|
||||||
./0001-Disable-autostart.patch
|
./0001-Disable-autostart.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
fixupPhase = ''
|
postInstall = ''
|
||||||
mkdir -p $out/etc/xdg/autostart
|
mkdir -p $out/etc/xdg/autostart
|
||||||
cp $out/share/applications/org.kde.latte-dock.desktop $out/etc/xdg/autostart
|
cp $out/share/applications/org.kde.latte-dock.desktop $out/etc/xdg/autostart
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue