libgsf: remove Python dependency
Python is only used for a single console test these dayls and it likely requires non-trivial introspection hacks.
This commit is contained in:
parent
feb4e68173
commit
908db0502b
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, intltool, gettext, glib, libxml2, zlib, bzip2
|
{ fetchurl, stdenv, pkgconfig, intltool, gettext, glib, libxml2, zlib, bzip2
|
||||||
, python, perl, gdk-pixbuf, libiconv, libintl, gnome3 }:
|
, perl, gdk-pixbuf, libiconv, libintl, gnome3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libgsf";
|
pname = "libgsf";
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool libintl ];
|
nativeBuildInputs = [ pkgconfig intltool libintl ];
|
||||||
|
|
||||||
buildInputs = [ gettext bzip2 zlib python ];
|
buildInputs = [ gettext bzip2 zlib ];
|
||||||
checkInputs = [ perl ];
|
checkInputs = [ perl ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ libxml2 glib gdk-pixbuf libiconv ];
|
propagatedBuildInputs = [ libxml2 glib gdk-pixbuf libiconv ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user