3
0
Fork 0
forked from mirrors/nixpkgs

editorconfig-core-c: disable parallel building

This commit is contained in:
Orivej Desh 2017-12-03 07:03:58 +00:00
parent 5ae64cbfe7
commit ef151343e5

View file

@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
buildInputs = [ pcre ];
nativeBuildInputs = [ cmake doxygen ];
# Multiple doxygen can not generate man pages in the same base directory in
# parallel: https://bugzilla.gnome.org/show_bug.cgi?id=791153
enableParallelBuilding = false;
meta = with stdenv.lib; {
homepage = http://editorconfig.org/;
description = "EditorConfig core library written in C";