Update 'derivation.nix'

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

View File

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