glib-networking: Fix glib-networking for macOS

This commit is contained in:
Hamish Mackenzie 2018-01-08 02:18:40 +13:00
parent 596a03e002
commit 56e4d8a81e

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; {