buildGoPackage: remove ldflags and with builtins

as done for buildGoModule in abd5dfa013 and 3be02ada9e
This commit is contained in:
zowoq 2023-05-28 11:44:54 +10:00
parent 73e5ebfce5
commit a91f6eba1e

View File

@ -7,9 +7,6 @@
, preFixup ? ""
, shellHook ? ""
# Go linker flags, passed to go via -ldflags
, ldflags ? []
# Go tags, passed to go via -tag
, tags ? []
@ -49,9 +46,6 @@
, meta ? {}, ... } @ args:
with builtins;
let
dep2src = goDep:
{