unconvert: fix build
This commit is contained in:
parent
368ac1e650
commit
54b40341d5
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user