about summary refs log tree commit diff
path: root/pkgs/build-support/go/module.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-24 11:58:12 -0400
committerfigsoda <figsoda@pm.me>2023-05-24 11:58:12 -0400
commit3be02ada9e31503a779b5f79320ca80d5e8aee8c (patch)
treef7e966fac508bd8a5980b31defaf60688226d48a /pkgs/build-support/go/module.nix
parentabd5dfa01396942cf65cea34829e448ed4263950 (diff)
buildGoModule: remove unused lambda parameters
Diffstat (limited to 'pkgs/build-support/go/module.nix')
-rw-r--r--pkgs/build-support/go/module.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/build-support/go/module.nix b/pkgs/build-support/go/module.nix
index f1f25a92da302..a70313a7a5ffc 100644
--- a/pkgs/build-support/go/module.nix
+++ b/pkgs/build-support/go/module.nix
@@ -2,14 +2,10 @@
 
 { name ? "${args'.pname}-${args'.version}"
 , src
-, buildInputs ? []
 , nativeBuildInputs ? []
 , passthru ? {}
 , patches ? []
 
-# Go linker flags, passed to go via -ldflags
-, ldflags ? []
-
 # Go tags, passed to go via -tag
 , tags ? []