Update pkgs/development/tools/delve/default.nix

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
Jörg Thalheim 2021-06-01 07:23:50 +02:00 committed by GitHub
parent b48e56c746
commit c9927ba895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {