molden: disable parallel building

This commit is contained in:
Phillip Seeber
2024-01-19 17:17:06 +01:00
parent 777255264c
commit d17de8a1f1
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/bin
'';
enableParallelBuilding = true;
enableParallelBuilding = false;
meta = with lib; {
description = "Display and manipulate molecular structures";