Merge pull request #38512 from vbgl/gtksourceview3-darwin

gnome3.gtksourceview: fix build on Darwin
This commit is contained in:
Jörg Thalheim 2018-04-08 14:07:23 +01:00 committed by GitHub
commit ba391b8248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,8 @@ in stdenv.mkDerivation rec {
patches = [ ./3.x-nix_share_path.patch ];
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
enableParallelBuilding = true;
doCheck = stdenv.isLinux;