deluge: install icons
This commit is contained in:
parent
1aaa1a7b5b
commit
4b166d6944
@ -1326,6 +1326,12 @@ pythonPackages = python.modules // rec {
|
|||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
pyGtkGlade libtorrentRasterbar twisted Mako chardet pyxdg pyopenssl
|
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 = {
|
meta = {
|
||||||
homepage = http://deluge-torrent.org;
|
homepage = http://deluge-torrent.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user