summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2017-05-26 10:54:28 +0200
committerBastian Köcher <git@kchr.de>2017-05-26 10:54:28 +0200
commitff4ca50d568a94e392275759c2df9c2e309504d4 (patch)
treee350a26d066cef76e72f0aabb8c0382246cb188c /pkgs/applications/misc
parentda192f2741d055bf03376b391e29c1fef373b4cd (diff)
downloadnixlib-ff4ca50d568a94e392275759c2df9c2e309504d4.tar
nixlib-ff4ca50d568a94e392275759c2df9c2e309504d4.tar.gz
nixlib-ff4ca50d568a94e392275759c2df9c2e309504d4.tar.bz2
nixlib-ff4ca50d568a94e392275759c2df9c2e309504d4.tar.lz
nixlib-ff4ca50d568a94e392275759c2df9c2e309504d4.tar.xz
nixlib-ff4ca50d568a94e392275759c2df9c2e309504d4.tar.zst
nixlib-ff4ca50d568a94e392275759c2df9c2e309504d4.zip
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.
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/yakuake/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
 }