mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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 {
|
||||
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 New Issue
Block a user