deluge: use libtorrentRasterbar instead of libtorrentRasterbar_1_0

This commit is contained in:
Andreas Rammhold 2018-01-04 00:40:18 +01:00
parent 5b72e1be76
commit 9731756205
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -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 ];