python-rsvg: do not use top-level python packages
This commit is contained in:
parent
0721cd2f7d
commit
e1619caf9b
@ -1,6 +1,8 @@
|
||||
{ stdenv, fetchurl, gnome2, librsvg, pkgconfig, pygtk, python, gtk }:
|
||||
{ stdenv, fetchurl, gnome2, librsvg, pkgconfig, python27Packages, gtk }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (python27Packages) python pygtk;
|
||||
in stdenv.mkDerivation rec {
|
||||
ver_maj = "2.32";
|
||||
ver_min = "0";
|
||||
version = "${ver_maj}.${ver_min}";
|
||||
|
Loading…
Reference in New Issue
Block a user