From ff4ca50d568a94e392275759c2df9c2e309504d4 Mon Sep 17 00:00:00 2001 From: Bastian Köcher Date: Fri, 26 May 2017 10:54:28 +0200 Subject: Removes .desktop file from targets Exposing the .desktop file via the targets is the wrong way, because the kdeWrapper wraps all the files in the targets. --- pkgs/applications/misc/yakuake/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/yakuake/default.nix b/pkgs/applications/misc/yakuake/default.nix index c8fa02ac8179..a70b4be287c5 100644 --- a/pkgs/applications/misc/yakuake/default.nix +++ b/pkgs/applications/misc/yakuake/default.nix @@ -58,6 +58,6 @@ in kdeWrapper { inherit unwrapped; - targets = [ "bin/yakuake" "share/applications/org.kde.yakuake.desktop" ]; + targets = [ "bin/yakuake" ]; paths = [ konsole.unwrapped ]; } -- cgit 1.4.1