Update pkgs/development/tools/delve/default.nix
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
parent
b48e56c746
commit
c9927ba895
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ buildGoPackage rec {
|
|||
postInstall = ''
|
||||
# fortify source breaks build since delve compiles with -O0
|
||||
wrapProgram $out/bin/dlv \
|
||||
--set "disableHardening" fortify
|
||||
--prefix disableHardening " " fortify
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue