libgsf: attempt to fix build on FreeBSD
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, intltool, gettext, glib, libxml2, zlib, bzip2
|
{ fetchurl, stdenv, pkgconfig, intltool, gettext, glib, libxml2, zlib, bzip2
|
||||||
, python
|
, python, libiconvOrEmpty
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with { inherit (stdenv.lib) optionals; };
|
with { inherit (stdenv.lib) optionals; };
|
||||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
buildInputs = [ gettext bzip2 zlib python ];
|
buildInputs = [ gettext bzip2 zlib python ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ libxml2 glib ];
|
propagatedBuildInputs = [ libxml2 glib ] ++ libiconvOrEmpty;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user