Update pkgs/applications/editors/jetbrains/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
diogox
2022-01-09 17:35:01 +00:00
committed by GitHub
co-authored by Jörg Thalheim
parent 76034fee72
commit 4cb152fcea
@@ -94,7 +94,7 @@ let
# fortify source breaks build since delve compiles with -O0
wrapProgram $out/bin/goland \
--set CGO_CPPFLAGS "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
'';
});