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:
parent
fa8ed8380d
commit
51d88f7d20
@ -13,5 +13,7 @@ stdenv.mkDerivation {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ gtk python gettext ];
|
buildInputs = [ gtk python gettext ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = "-lgmodule-2.0";
|
||||||
|
|
||||||
propagatedBuildInputs = [ libxml2 ];
|
propagatedBuildInputs = [ libxml2 ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user