diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-08 01:55:07 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:48 -0500 |
commit | b4a00fecfd8c21ebce88d5ac9b23e61315e739a2 (patch) | |
tree | 44d95116a9f53fc6d685b1df448e76786505089b /gnu/local.mk | |
parent | 0710797d3088bd142be943fa1283c9d47afc458d (diff) | |
download | guix-b4a00fecfd8c21ebce88d5ac9b23e61315e739a2.tar guix-b4a00fecfd8c21ebce88d5ac9b23e61315e739a2.tar.gz |
gnu: ghc-microlens-aeson: Patch tests for i686-linux.
* gnu/packages/patches/ghc-microlens-aeson-fix-tests.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/haskell-xyz.scm (ghc-microlens-aeson): Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8e937c8734..f7d37c4f81 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -881,6 +881,7 @@ dist_patch_DATA = \ %D%/packages/patches/ghc-diff-swap-cover-args.patch \ %D%/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch \ %D%/packages/patches/ghc-hpack-fix-tests.patch \ + %D%/packages/patches/ghc-microlens-aeson-fix-tests.patch \ %D%/packages/patches/ghc-monad-par-fix-tests.patch \ %D%/packages/patches/ghc-pandoc-fix-html-tests.patch \ %D%/packages/patches/ghc-pandoc-fix-latex-test.patch \ |