Update 'derivation.nix'

master
keldu 2023-02-15 00:01:32 +01:00
parent a57d0a0b66
commit 8cef7a4f3d
1 changed files with 4 additions and 0 deletions

View File

@ -27,5 +27,9 @@ stdenvNoCC.mkDerivation {
"-DCMAKE_FORTRAN_COMPILER=${f77}/bin/f77"
];
requiredSystemFeatures = [
"big-parallel"
];
doCheck = true;
}