mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #33459 from hamishmack/glib-networking-macos
glib-networking: Fix glib-networking for macOS
This commit is contained in:
commit
c8b1b34123
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user