1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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:
Bastian Köcher 2017-05-26 10:54:28 +02:00
parent da192f2741
commit ff4ca50d56

View file

@ -58,6 +58,6 @@ in
kdeWrapper
{
inherit unwrapped;
targets = [ "bin/yakuake" "share/applications/org.kde.yakuake.desktop" ];
targets = [ "bin/yakuake" ];
paths = [ konsole.unwrapped ];
}