about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 ? []