From 4cb152fceaf8d3a93227b6965325fc81a689951c Mon Sep 17 00:00:00 2001 From: diogox Date: Sun, 9 Jan 2022 17:35:01 +0000 Subject: [PATCH] Update pkgs/applications/editors/jetbrains/default.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- pkgs/applications/editors/jetbrains/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index a957561faa88..4922322f5589 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -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" ''; });