zoekt: fix build

This commit is contained in:
Aaron Jheng
2024-04-06 10:49:17 +08:00
parent 368ac1e650
commit a1c577fba9
+3 -1
View File
@@ -7808,7 +7808,9 @@ with pkgs;
zeekscript = callPackage ../tools/security/zeekscript { };
zoekt = callPackage ../tools/text/zoekt { };
zoekt = callPackage ../tools/text/zoekt {
buildGoModule = buildGo121Module;
};
zonemaster-cli = perlPackages.ZonemasterCLI;