gnome2.gtksourceview: fix build on Darwin
This commit is contained in:
parent
e124e203e5
commit
ef4a5e2fc0
@ -38,4 +38,6 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = optionalString stdenv.isDarwin ''
|
||||
intltoolize --force
|
||||
'';
|
||||
|
||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user