1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

Merge pull request #26114 from bkchr/fix_yakuake_desktop_file

Removes .desktop file from targets
This commit is contained in:
Frederik Rietdijk 2017-05-26 11:00:54 +02:00 committed by GitHub
commit e284740dd5

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 ];
}