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:
parent
da192f2741
commit
ff4ca50d56
@ -58,6 +58,6 @@ in
|
||||
kdeWrapper
|
||||
{
|
||||
inherit unwrapped;
|
||||
targets = [ "bin/yakuake" "share/applications/org.kde.yakuake.desktop" ];
|
||||
targets = [ "bin/yakuake" ];
|
||||
paths = [ konsole.unwrapped ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user