summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogox <diogoxavierpinto@gmail.com>2022-01-09 17:35:01 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-10 00:34:55 +0000
commitaf8f7432763798c5dea7cf176e073250aa2902c9 (patch)
tree137d920a5f8a6397035d249be2929bcb9be0d935
parentjetbrains.goland: Fix debugging (diff)
downloadnixpkgs-af8f7432763798c5dea7cf176e073250aa2902c9.tar.gz
Update pkgs/applications/editors/jetbrains/default.nix
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com> (cherry picked from commit 4cb152fceaf8d3a93227b6965325fc81a689951c)
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 8946f7321dda..ac4a59f4a69d 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -93,7 +93,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"
'';
});