Commit d17de8a1 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

molden: disable parallel building

parent 77725526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     mkdir -p $out/bin
  '';

  enableParallelBuilding = true;
  enableParallelBuilding = false;

  meta = with lib; {
     description = "Display and manipulate molecular structures";