Merge pull request #204842 from leo60228/latte-dock-fixup

latte-dock: use postInstall instead of fixupPhase
This commit is contained in:
Bobby Rong
2022-12-07 14:45:42 +08:00
committed by GitHub
@@ -22,7 +22,7 @@ mkDerivation rec {
./0001-Disable-autostart.patch
];
fixupPhase = ''
postInstall = ''
mkdir -p $out/etc/xdg/autostart
cp $out/share/applications/org.kde.latte-dock.desktop $out/etc/xdg/autostart
'';