deluge: install icons

This commit is contained in:
Domen Kozar 2013-05-10 19:17:14 +02:00
parent 1aaa1a7b5b
commit 4b166d6944

View file

@ -1326,6 +1326,12 @@ pythonPackages = python.modules // rec {
propagatedBuildInputs = with pkgs; [
pyGtkGlade libtorrentRasterbar twisted Mako chardet pyxdg pyopenssl
];
postInstall = ''
cp -R deluge/data/share $out/share
cp -R deluge/data/pixmaps $out/share/
cp -R deluge/data/icons $out/share/
'';
meta = {
homepage = http://deluge-torrent.org;