nuv: remove breakpointHook from nativeBuildInputs

This commit is contained in:
Philip Taron 2024-08-30 14:33:50 -07:00
parent 1b9af797ec
commit 558fc2db77
No known key found for this signature in database

View File

@ -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"