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

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;