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
commit c8b1b34123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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