nix: Turned C building back on

master
Claudius Holeksa 2023-03-28 10:06:51 +02:00
parent 7a9b2e06e0
commit 2038c9de8c
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ stdenvNoCC.mkDerivation {
"-DCMAKE_C_COMPILER=${cc}/bin/cc"
"-DCMAKE_FORTRAN_COMPILER=${f77}/bin/f77"
"-DMM_ENABLE_FORTRAN:BOOL=OFF"
"-DMM_ENABLE_C:BOOL=OFF"
];
doCheck = true;