deluge: fix translations and desktop file

This commit is contained in:
Nikolay Amiantov 2015-08-22 20:21:38 +03:00
parent 75cf3a2767
commit a4b9b5ce7d

View file

@ -5075,8 +5075,9 @@ let
pyGtkGlade pkgs.libtorrentRasterbar twisted Mako chardet pyxdg self.pyopenssl modules.curses
];
nativeBuildInputs = [ pkgs.intltool ];
postInstall = ''
cp -R deluge/data/share $out/share
cp -R deluge/data/pixmaps $out/share/
cp -R deluge/data/icons $out/share/
'';