Removes .desktop file from targets
Exposing the .desktop file via the targets is the wrong way, because the kdeWrapper wraps all the files in the targets.
This commit is contained in:
@@ -58,6 +58,6 @@ in
|
||||
kdeWrapper
|
||||
{
|
||||
inherit unwrapped;
|
||||
targets = [ "bin/yakuake" "share/applications/org.kde.yakuake.desktop" ];
|
||||
targets = [ "bin/yakuake" ];
|
||||
paths = [ konsole.unwrapped ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user