Merge pull request #38512 from vbgl/gtksourceview3-darwin
gnome3.gtksourceview: fix build on Darwin
This commit is contained in:
commit
ba391b8248
|
@ -32,6 +32,8 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
patches = [ ./3.x-nix_share_path.patch ];
|
patches = [ ./3.x-nix_share_path.patch ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
doCheck = stdenv.isLinux;
|
doCheck = stdenv.isLinux;
|
||||||
|
|
Loading…
Reference in New Issue