Update pkgs/development/tools/delve/default.nix
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> (cherry picked from commit c9927ba895f17ae58dfe8dc736a9ba8508e623ee)
This commit is contained in:
parent
58301adb35
commit
c5a8c12866
|
@ -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 New Issue