Merge pull request #33459 from hamishmack/glib-networking-macos

glib-networking: Fix glib-networking for macOS
This commit is contained in:
Jan Tojnar
2018-02-24 06:29:05 +01:00
committed by GitHub

View File

@@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool ];
propagatedBuildInputs = [ glib gnutls libproxy gsettings_desktop_schemas ];
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
doCheck = false; # tests need to access the certificates (among other things)
meta = with stdenv.lib; {