buildGo112Package: fix the function (#58105)

This commit is contained in:
Wael Nasreddine
2019-03-21 22:04:29 -07:00
committed by GitHub
parent 5af0780492
commit 043255c639
+1 -1
View File
@@ -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;
}; };