deluge: use libtorrentRasterbar instead of libtorrentRasterbar_1_0
This commit is contained in:
parent
5b72e1be76
commit
9731756205
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, intltool, libtorrentRasterbar_1_0, pythonPackages }:
|
{ stdenv, fetchurl, intltool, libtorrentRasterbar, pythonPackages }:
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "deluge-${version}";
|
name = "deluge-${version}";
|
||||||
version = "1.3.15";
|
version = "1.3.15";
|
||||||
@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
pyGtkGlade libtorrentRasterbar_1_0 twisted Mako chardet pyxdg pyopenssl service-identity
|
pyGtkGlade libtorrentRasterbar twisted Mako chardet pyxdg pyopenssl service-identity
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool ];
|
nativeBuildInputs = [ intltool ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user