Update 'derivation.nix'

master
keldu 2023-02-09 21:21:39 +01:00
parent b5d0f7909e
commit 1c447625b4
1 changed files with 2 additions and 0 deletions

View File

@ -26,4 +26,6 @@ stdenvNoCC.mkDerivation {
"-DCMAKE_C_COMPILER=${cc}/bin/cc"
"-DCMAKE_FORTRAN_COMPILER=${f77}/bin/f77"
];
doCheck = true;
}