gnome3.gtksourceview: fix build on Darwin

This commit is contained in:
Vincent Laporte 2018-04-06 07:22:39 +00:00
parent 859a96e494
commit 426dbdee23
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

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;