mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
buildGoPackage: remove ldflags
and with builtins
as done for buildGoModule inabd5dfa013
and3be02ada9e
This commit is contained in:
parent
73e5ebfce5
commit
a91f6eba1e
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user