about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2022-02-02 11:57:19 +0100
committerFliegendeWurst <2012gdwu+github@posteo.de>2022-02-02 11:57:19 +0100
commit6282d34ad4eeaea6b42a9e5b4fdbf3d4d34bb30a (patch)
tree554991ee07cf13479d91e0e0472e7ce38f0f7e8c
parent91b63fa2086a3fc496694de091316ced51c0cb6d (diff)
ocamlPackages.camlidl: disable parallel build
-rw-r--r--pkgs/development/tools/ocaml/camlidl/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/camlidl/default.nix b/pkgs/development/tools/ocaml/camlidl/default.nix
index 36a1c7f755e19..1c3da92273cef 100644
--- a/pkgs/development/tools/ocaml/camlidl/default.nix
+++ b/pkgs/development/tools/ocaml/camlidl/default.nix
@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ ocaml ];
 
+  # build fails otherwise
+  enableParallelBuilding = false;
+
   preBuild = ''
     mv config/Makefile.unix config/Makefile
     substituteInPlace config/Makefile --replace BINDIR=/usr/local/bin BINDIR=$out