libgsf: use checkInputs
This commit is contained in:
parent
9d257df3a1
commit
633f57989e
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig intltool libintl ];
|
||||
|
||||
buildInputs = [ gettext bzip2 zlib python ]
|
||||
++ stdenv.lib.optional doCheck perl;
|
||||
buildInputs = [ gettext bzip2 zlib python ];
|
||||
checkInputs = [ perl ];
|
||||
|
||||
propagatedBuildInputs = [ libxml2 glib gdk_pixbuf libiconv ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user