unconvert: fix build

This commit is contained in:
Aaron Jheng 2024-04-06 10:51:12 +08:00
parent 368ac1e650
commit 54b40341d5
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
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 { };