mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 09:32:50 +00:00
buildGo112Package: fix the function (#58105)
This commit is contained in:
parent
5af0780492
commit
043255c639
|
@ -13417,7 +13417,7 @@ in
|
|||
buildGo111Package = callPackage ../development/go-packages/generic {
|
||||
go = buildPackages.go_1_11;
|
||||
};
|
||||
buildGo112Package = callPackage ../development/go-modules/generic {
|
||||
buildGo112Package = callPackage ../development/go-packages/generic {
|
||||
go = buildPackages.go_1_12;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue