Merge pull request #301992 from aaronjheng/zoekt

zoekt: fix build
This commit is contained in:
Nick Cao
2024-04-06 11:14:09 -04:00
committed by GitHub
+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;