zoekt: fix build

This commit is contained in:
Aaron Jheng 2024-04-06 10:49:17 +08:00
parent 368ac1e650
commit a1c577fba9
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
1 changed files with 3 additions and 1 deletions

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;