diff --git a/pkgs/build-support/go/module.nix b/pkgs/build-support/go/module.nix index 00ba03533e34..9d845c310290 100644 --- a/pkgs/build-support/go/module.nix +++ b/pkgs/build-support/go/module.nix @@ -19,7 +19,6 @@ lib.extendMkDerivation { { nativeBuildInputs ? [ ], # Native build inputs used for the derivation. passthru ? { }, - patches ? [ ], # A function to override the `goModules` derivation. overrideModAttrs ? (finalAttrs: previousAttrs: { }),