Merge pull request #282089 from sheepforce/molden-fi

molden: disable parallel building
This commit is contained in:
markuskowa 2024-01-19 23:01:59 +01:00 committed by GitHub
commit 34524fed9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/bin
'';
enableParallelBuilding = true;
enableParallelBuilding = false;
meta = with lib; {
description = "Display and manipulate molecular structures";