Commit 65bcc82e authored by FliegendeWurst's avatar FliegendeWurst
Browse files

augeas: disable parallel building

Hydra uses -j2 and was not affected.
parent 042b9107
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
    libxml2
  ];

  enableParallelBuilding = true;
  # Makefile doesn't specify dependencies on parser.h correctly
  enableParallelBuilding = false;

  doCheck = true;