go: govers is a native input
This commit is contained in:
parent
202c5be5c6
commit
c6bb486641
@ -28,7 +28,8 @@ go.stdenv.mkDerivation (
|
||||
(builtins.removeAttrs args [ "goPackageAliases" "disabled" ]) // {
|
||||
|
||||
name = "go${go.meta.branch}-${name}";
|
||||
buildInputs = [ go ] ++ buildInputs ++ (lib.optional (!dontRenameImports) govers) ;
|
||||
nativeBuildInputs = [ go ] ++ (lib.optional (!dontRenameImports) govers);
|
||||
buildInputs = [ go ] ++ buildInputs;
|
||||
|
||||
configurePhase = args.configurePhase or ''
|
||||
runHook preConfigure
|
||||
|
Loading…
Reference in New Issue
Block a user