mongodb: use cheetah3

This commit is contained in:
Robert Schütz
2022-12-03 18:57:20 -08:00
parent 1d3f70b5fb
commit 23f36e463e
+2 -1
View File
@@ -64,8 +64,9 @@ let
} else rec {
python = scons.python.withPackages (ps: with ps; [
pyyaml
setuptools
typing
cheetah
cheetah3
]);
scons = sconsPackages.scons_3_1_2;