buildGoModule: remove unused lambda parameters
This commit is contained in:
parent
abd5dfa013
commit
3be02ada9e
1 changed files with 0 additions and 4 deletions
|
@ -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 ? []
|
||||
|
||||
|
|
Loading…
Reference in a new issue