about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch')
-rw-r--r--pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch b/pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch
new file mode 100644
index 0000000000000..cbc0405eee82a
--- /dev/null
+++ b/pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch
@@ -0,0 +1,9 @@
+--- a/.cargo/config.toml
++++ b/.cargo/config.toml
+@@ -3,6 +3,3 @@
+ 

+ [target.'cfg(all(target_os = "macos", target_arch = "x86_64"))']

+ rustflags = ["-C", "link-arg=-mmacosx-version-min=10.15"]

+-

+-[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))']

+-rustflags = ["-C", "target-feature=+crt-static"]