mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
editorconfig-core-c: disable parallel building
This commit is contained in:
parent
5ae64cbfe7
commit
ef151343e5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user