3
0
Fork 0
forked from mirrors/nixpkgs

buildGo19Package: init (#29470)

This commit is contained in:
PanAeon 2017-09-27 22:51:18 +01:00 committed by Franz Pletz
parent a06f839439
commit b39c42d5d0

View file

@ -11115,6 +11115,10 @@ with pkgs;
go = go_1_8;
};
buildGo19Package = callPackage ../development/go-modules/generic {
go = go_1_9;
};
buildGoPackage = buildGo18Package;
go2nix = callPackage ../development/tools/go2nix { };