go: remove meta.branch

Only needed for `disabled` in `buildGo{Module,Package}`.
This commit is contained in:
zowoq 2021-01-10 09:10:48 +10:00
parent 26117ed4b7
commit 134b008891
4 changed files with 0 additions and 4 deletions

View file

@ -247,7 +247,6 @@ stdenv.mkDerivation rec {
disallowedReferences = [ goBootstrap ];
meta = with stdenv.lib; {
branch = "1.14";
homepage = "http://golang.org/";
description = "The Go Programming language";
license = licenses.bsd3;

View file

@ -250,7 +250,6 @@ stdenv.mkDerivation rec {
disallowedReferences = [ goBootstrap ];
meta = with stdenv.lib; {
branch = "1.15";
homepage = "http://golang.org/";
description = "The Go Programming language";
license = licenses.bsd3;

View file

@ -84,7 +84,6 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
branch = "1.4";
homepage = "http://golang.org/";
description = "The Go Programming language";
license = licenses.bsd3;

View file

@ -252,7 +252,6 @@ stdenv.mkDerivation rec {
disallowedReferences = [ goBootstrap ];
meta = with stdenv.lib; {
branch = "dev.go2go";
homepage = "http://golang.org/";
description = "The Go Programming language";
license = licenses.bsd3;