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
parent 76034fee72
commit 4cb152fcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
'';
});