diff --git a/pkgs/build-support/fetchgithub/default.nix b/pkgs/build-support/fetchgithub/default.nix index 92a83de0f051..115f8b5e867e 100644 --- a/pkgs/build-support/fetchgithub/default.nix +++ b/pkgs/build-support/fetchgithub/default.nix @@ -167,12 +167,7 @@ lib.makeOverridable ( // passthruAttrs // { inherit name; - - # fetchurl / fetchzip is not a function, but fetchurlBoot is - ensure that the parameter is accepted and passed through - ${ - if (!builtins.isFunction fetcher || (builtins.functionArgs fetcher) ? meta) then "meta" else null - } = - newMeta; + meta = newMeta; }; in