Commit b9f335aa authored by Peter Simons's avatar Peter Simons
Browse files

maude: try what happens when we re-enable parallel building

Tests look good, maybe the build issue that broke this a while
ago has been fixed?
parent 17e8a70e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -55,10 +55,7 @@ stdenv.mkDerivation {
    install -D -m 444 full-maude.maude $out/share/maude/full-maude.maude
  '';

  # bison -dv surface.yy -o surface.c
  # mv surface.c surface.cc
  # mv: cannot stat 'surface.c': No such file or directory
  enableParallelBuilding = false;
  enableParallelBuilding = true;

  meta = {
    broken = stdenv.isDarwin;