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