mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:37:38 +00:00
Merge pull request #282089 from sheepforce/molden-fi
molden: disable parallel building
This commit is contained in:
commit
34524fed9b
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $out/bin
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Display and manipulate molecular structures";
|
||||
|
Loading…
Reference in New Issue
Block a user