mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
libgsf: use checkInputs
This commit is contained in:
parent
9d257df3a1
commit
633f57989e
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue