diff options
| author | diogox <diogoxavierpinto@gmail.com> | 2022-01-09 17:35:01 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-10 00:34:55 +0000 |
| commit | af8f7432763798c5dea7cf176e073250aa2902c9 (patch) | |
| tree | 137d920a5f8a6397035d249be2929bcb9be0d935 | |
| parent | jetbrains.goland: Fix debugging (diff) | |
| download | nixpkgs-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.nix | 2 |
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" ''; }); |
