deluge: use libtorrentRasterbar instead of libtorrentRasterbar_1_0
This commit is contained in:
parent
5b72e1be76
commit
9731756205
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, intltool, libtorrentRasterbar_1_0, pythonPackages }:
|
||||
{ stdenv, fetchurl, intltool, libtorrentRasterbar, pythonPackages }:
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "deluge-${version}";
|
||||
version = "1.3.15";
|
||||
|
@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue