mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nuv: remove breakpointHook from nativeBuildInputs
This commit is contained in:
parent
1b9af797ec
commit
558fc2db77
@ -4,7 +4,6 @@
|
||||
, fetchFromGitHub
|
||||
, buildGoModule
|
||||
, makeWrapper
|
||||
, breakpointHook
|
||||
, jq
|
||||
, curl
|
||||
, kubectl
|
||||
@ -32,7 +31,7 @@ buildGoModule {
|
||||
subPackages = [ "." ];
|
||||
vendorHash = "sha256-JkQbQ2NEaumXbAfsv0fNiQf/EwMs3SDLHvu7c/bU7fU=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper jq curl breakpointHook ];
|
||||
nativeBuildInputs = [ makeWrapper jq curl ];
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
Loading…
Reference in New Issue
Block a user