mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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
Block a user