go: also remove disabled from the derivation
This commit is contained in:
parent
a43bd6bbcd
commit
1a3de46417
@ -25,7 +25,7 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
go.stdenv.mkDerivation (
|
go.stdenv.mkDerivation (
|
||||||
(builtins.removeAttrs args [ "goPackageAliases" ]) // {
|
(builtins.removeAttrs args [ "goPackageAliases" "disabled" ]) // {
|
||||||
|
|
||||||
name = "go${go.meta.branch}-${name}";
|
name = "go${go.meta.branch}-${name}";
|
||||||
buildInputs = [ go ] ++ buildInputs ++ (lib.optional (!dontRenameImports) govers) ;
|
buildInputs = [ go ] ++ buildInputs ++ (lib.optional (!dontRenameImports) govers) ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user