From 8843368a135ec4613ddb31d477db60f59a58cb5c Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Fri, 18 Dec 2015 16:36:35 +0300 Subject: [PATCH] deluge: add .desktop file --- pkgs/top-level/python-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 1ed0528f6fe..72178086c50 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -6828,8 +6828,10 @@ in modules // { nativeBuildInputs = [ pkgs.intltool ]; postInstall = '' + mkdir -p $out/share/applications cp -R deluge/data/pixmaps $out/share/ cp -R deluge/data/icons $out/share/ + cp deluge/data/share/applications/deluge.desktop $out/share/applications ''; meta = {