mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
deluge: remove use of deprecated alias
This commit is contained in:
parent
9ae8499342
commit
fee776aae4
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, intltool, libtorrentRasterbar, pythonPackages
|
{ stdenv, fetchurl, intltool, libtorrentRasterbar, pythonPackages
|
||||||
, gtk3, gobjectIntrospection, librsvg, wrapGAppsHook }:
|
, gtk3, gobject-introspection, librsvg, wrapGAppsHook }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
pname = "deluge";
|
pname = "deluge";
|
||||||
|
@ -15,7 +15,7 @@ pythonPackages.buildPythonPackage rec {
|
||||||
libtorrentRasterbar.dev libtorrentRasterbar.python setuptools
|
libtorrentRasterbar.dev libtorrentRasterbar.python setuptools
|
||||||
setproctitle pillow rencode six zope_interface
|
setproctitle pillow rencode six zope_interface
|
||||||
dbus-python pygobject3 pycairo
|
dbus-python pygobject3 pycairo
|
||||||
gtk3 gobjectIntrospection librsvg
|
gtk3 gobject-introspection librsvg
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool wrapGAppsHook ];
|
nativeBuildInputs = [ intltool wrapGAppsHook ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue