buildGo112Package: fix the function (#58105)
This commit is contained in:
@@ -13417,7 +13417,7 @@ in
|
|||||||
buildGo111Package = callPackage ../development/go-packages/generic {
|
buildGo111Package = callPackage ../development/go-packages/generic {
|
||||||
go = buildPackages.go_1_11;
|
go = buildPackages.go_1_11;
|
||||||
};
|
};
|
||||||
buildGo112Package = callPackage ../development/go-modules/generic {
|
buildGo112Package = callPackage ../development/go-packages/generic {
|
||||||
go = buildPackages.go_1_12;
|
go = buildPackages.go_1_12;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user