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:
commit
e284740dd5
|
@ -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 a new issue