Merge pull request #301994 from aaronjheng/unconvert

unconvert: fix build
This commit is contained in:
Nick Cao 2024-04-06 11:13:26 -04:00 committed by GitHub
commit c934c3a2e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -24947,7 +24947,9 @@ with pkgs;
umockdev = callPackage ../development/libraries/umockdev { };
unconvert = callPackage ../development/tools/unconvert { };
unconvert = callPackage ../development/tools/unconvert {
buildGoModule = buildGo121Module;
};
uncover = callPackage ../tools/security/uncover { };