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
commit 515e826974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
'';