summary refs log tree commit diff
path: root/pkgs/development/tools/misc/clojure-lsp/disable-check-toolchain.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/clojure-lsp/disable-check-toolchain.patch')
-rw-r--r--pkgs/development/tools/misc/clojure-lsp/disable-check-toolchain.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/tools/misc/clojure-lsp/disable-check-toolchain.patch b/pkgs/development/tools/misc/clojure-lsp/disable-check-toolchain.patch
deleted file mode 100644
index 402189627c2..00000000000
--- a/pkgs/development/tools/misc/clojure-lsp/disable-check-toolchain.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/graalvm/native-unix-compile.sh b/graalvm/native-unix-compile.sh
-index ec0e49f..e19a120 100755
---- a/graalvm/native-unix-compile.sh
-+++ b/graalvm/native-unix-compile.sh
-@@ -17,6 +17,7 @@ CLOJURE_LSP_XMX=${CLOJURE_LSP_XMX:-"-J-Xmx4g"}
- 
- args=("-jar" "$CLOJURE_LSP_JAR"
-       "-H:+ReportExceptionStackTraces"
-+      "-H:-CheckToolchain"
-       "--verbose"
-       "--no-fallback"
-       "--native-image-info"