Update 'derivation.nix'

master
keldu 2023-02-14 23:48:50 +01:00
parent 3699c066d6
commit a57d0a0b66
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ stdenvNoCC.mkDerivation {
python39Packages.jinja2
];
requiredSystemFeatures = [ "work" ];
cmakeFlags = [
"-DCMAKE_CXX_COMPILER=${cxx}/bin/c++"
"-DCMAKE_C_COMPILER=${cc}/bin/cc"