goBuildPackage: export go
This is useful to make sure to use the same version of go in further derivations.
This commit is contained in:
parent
3a41ffe8aa
commit
f870d6aeb6
@ -188,7 +188,9 @@ go.stdenv.mkDerivation (
|
||||
disallowedReferences = lib.optional (!allowGoReference) go
|
||||
++ lib.optional (!dontRenameImports) govers;
|
||||
|
||||
passthru = passthru // lib.optionalAttrs (goPackageAliases != []) { inherit goPackageAliases; };
|
||||
passthru = passthru //
|
||||
{ inherit go; } //
|
||||
lib.optionalAttrs (goPackageAliases != []) { inherit goPackageAliases; };
|
||||
|
||||
enableParallelBuilding = enableParallelBuilding;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user