Merge pull request #26114 from bkchr/fix_yakuake_desktop_file

Removes .desktop file from targets

authored by Frederik Rietdijk and committed by GitHub e284740d da192f27

+1 -1
+1 -1
pkgs/applications/misc/yakuake/default.nix
··· 58 58 kdeWrapper 59 59 { 60 60 inherit unwrapped; 61 - targets = [ "bin/yakuake" "share/applications/org.kde.yakuake.desktop" ]; 61 + targets = [ "bin/yakuake" ]; 62 62 paths = [ konsole.unwrapped ]; 63 63 }