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
commit cfbe59b7d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;