libglade: fix on darwin

Based on discussion in
https://github.com/Homebrew/legacy-homebrew/issues/11961

Closes #54448
Closes #54321
This commit is contained in:
Matthew Bauer 2019-01-22 11:31:46 -05:00
parent fa8ed8380d
commit 51d88f7d20

View file

@ -13,5 +13,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk python gettext ];
NIX_LDFLAGS = "-lgmodule-2.0";
propagatedBuildInputs = [ libxml2 ];
}