about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/elixir.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/elixir.scm b/gn/packages/elixir.scm
index 46026d8..e7ca690 100644
--- a/gn/packages/elixir.scm
+++ b/gn/packages/elixir.scm
@@ -65,6 +65,8 @@
             (and
              (zero? (system* "patch" "--force" "-p1" "-i" (assoc-ref inputs "patch/elixir-disable-failing-tests")))
              (zero? (system* "patch" "--force" "-p1" "-i" (assoc-ref inputs "patch/elixir-disable-mix-tests")))
+             (delete-file "./lib/mix/test/mix/tasks/deps.git_test.exs")
+             (delete-file "./lib/mix/test/mix/shell_test.exs")
             )))
 
          (replace 'check