mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
deluge: install icons
This commit is contained in:
parent
1aaa1a7b5b
commit
4b166d6944
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue