Update 'derivation.nix'

master
keldu 2023-02-15 15:54:37 +01:00
parent 8cef7a4f3d
commit 113dd013c8
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
, cmake
, python39
, python39Packages
, gtest
, src
}:
@ -19,6 +20,7 @@ stdenvNoCC.mkDerivation {
cmake
python39
python39Packages.jinja2
gtest
];
cmakeFlags = [