ggshield: set to Python 3.11

snapshottest doesn't support Python 3.12 yet
This commit is contained in:
Fabian Affolter
2024-09-11 09:09:52 +02:00
parent 7dbcc9660a
commit f5ff5fac40
+3 -1
View File
@@ -8024,7 +8024,9 @@ with pkgs;
ggobi = callPackage ../tools/graphics/ggobi { };
ggshield = callPackage ../tools/security/ggshield { };
ggshield = callPackage ../tools/security/ggshield {
python3 = python311;
};
ghost = callPackage ../tools/security/ghost { };