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
@ -21,7 +21,7 @@ buildGoPackage rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
# fortify source breaks build since delve compiles with -O0
|
# fortify source breaks build since delve compiles with -O0
|
||||||
wrapProgram $out/bin/dlv \
|
wrapProgram $out/bin/dlv \
|
||||||
--set "disableHardening" fortify
|
--prefix disableHardening " " fortify
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user