aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-06-01 14:32:28 +0100
committerChristopher Baines <mail@cbaines.net>2018-06-01 14:37:39 +0100
commit63bc5c7dfeda421c22ebc26426955410f7debcb8 (patch)
tree951ae74be96c4a8750167899ced8f3d305527da9 /gnu/local.mk
parent5195245e81ba6ff5352a691b3f8aedc4a6b21e29 (diff)
downloadguix-erlang-and-elixir-changes.tar
guix-erlang-and-elixir-changes.tar.gz
gnu: elixir: Enable more tests and remove patch.erlang-and-elixir-changes
Previously, due to issues in the erlang package, many tests would fail, and the package would also nondeterministically fail to build. This is now fixed (by patching occurances of /bin/sh in the erlang package), so all the tests can be run. * gnu/packages/elixir.scm (elixir)[source]: Remove patches. The patch is no longer necessary, as all the tests now pass. [arguments]: Remove the fix-or-disable-tests phase, all the tests now pass. Add a new set-home phase to set the HOME environment variable prior to running the tests, as that was previously done at the start of the fix-or-disable-tests phase. * gnu/packages/patches/elixir-disable-failing-tests.patch: Delete this file, as it is now unused. * gnu/local.mk: Remove now deleted patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index db04ee0cd8..1a6ffecc00 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -637,7 +637,6 @@ dist_patch_DATA = \
%D%/packages/patches/dvd+rw-tools-add-include.patch \
%D%/packages/patches/eigen-arm-neon-fixes.patch \
%D%/packages/patches/elfutils-tests-ptrace.patch \
- %D%/packages/patches/elixir-disable-failing-tests.patch \
%D%/packages/patches/einstein-build.patch \
%D%/packages/patches/emacs-browse-at-remote-cgit-gnu.patch \
%D%/packages/patches/emacs-exec-path.patch \