mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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 New Issue
Block a user