mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-29 12:17:08 +00:00
Merge pull request #26114 from bkchr/fix_yakuake_desktop_file
Removes .desktop file from targets
This commit is contained in:
commit
e284740dd5
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,6 @@ in
|
||||||
kdeWrapper
|
kdeWrapper
|
||||||
{
|
{
|
||||||
inherit unwrapped;
|
inherit unwrapped;
|
||||||
targets = [ "bin/yakuake" "share/applications/org.kde.yakuake.desktop" ];
|
targets = [ "bin/yakuake" ];
|
||||||
paths = [ konsole.unwrapped ];
|
paths = [ konsole.unwrapped ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue