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, 0 insertions, 9 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
deleted file mode 100644
index cbc0405eee82a..0000000000000
--- a/pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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"]