diff options
author | Alex Vong <alexvong1995@gmail.com> | 2018-09-02 07:47:05 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-09-02 17:06:43 +0200 |
commit | 2bd6ed9e4c32928312eee9cd71137d5adf09f955 (patch) | |
tree | 6f8733985b7c5d7a66692ab56c5a948ea8fccda4 /gnu/local.mk | |
parent | b21a55a9f218c32cf9df561ad0e8d10d1b596cf0 (diff) | |
download | guix-2bd6ed9e4c32928312eee9cd71137d5adf09f955.tar guix-2bd6ed9e4c32928312eee9cd71137d5adf09f955.tar.gz |
gnu: haskell-mode: Fix test failure.
Fixes <https://bugs.gnu.org/31726>.
Thanks to Jack Hill <jackhill@jackhill.us> for exploring different solutions
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31726>.
* gnu/packages/patches/haskell-mode-unused-variables.patch,
gnu/packages/patches/haskell-mode-make-check.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/emacs.scm (haskell-mode)[source]: Use them.
[arguments]: Adjust 'pre-build' phase to embed file name.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 91de38c5a3..d929ec0da8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -791,6 +791,8 @@ dist_patch_DATA = \ %D%/packages/patches/gtkglext-disable-disable-deprecated.patch \ %D%/packages/patches/gzdoom-search-in-installed-share.patch \ %D%/packages/patches/handbrake-pkg-config-path.patch \ + %D%/packages/patches/haskell-mode-unused-variables.patch \ + %D%/packages/patches/haskell-mode-make-check.patch \ %D%/packages/patches/hdf4-architectures.patch \ %D%/packages/patches/hdf4-reproducibility.patch \ %D%/packages/patches/hdf4-shared-fortran.patch \ |