gnome3.gtksourceview: enable parallel building

This commit is contained in:
Nikolay Amiantov 2018-03-06 13:00:34 +03:00
parent eae4965117
commit 8529e0b05f

View File

@ -36,6 +36,8 @@ in stdenv.mkDerivation rec {
patches = [ ./nix_share_path.patch ];
enableParallelBuilding = true;
doCheck = stdenv.isLinux;
checkPhase = ''
export NO_AT_BRIDGE=1
@ -45,7 +47,9 @@ in stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GtkSourceView;
platforms = with platforms; linux ++ darwin;
license = licenses.lgpl21;
maintainers = gnome3.maintainers;
};
}