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.
This commit is contained in:
Timothy Sample 2019-11-08 01:55:07 -05:00
parent 0710797d30
commit b4a00fecfd
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59
3 changed files with 29 additions and 0 deletions

View file

@ -6591,6 +6591,7 @@ stripped. As the result, this package has no dependencies.")
(uri (string-append "https://hackage.haskell.org/package/"
"microlens-aeson/microlens-aeson-"
version ".tar.gz"))
(patches (search-patches "ghc-microlens-aeson-fix-tests.patch"))
(sha256
(base32
"0w630kk5bnily1qh41081gqgbwmslrh5ad21899gwnb2r3jripyw"))))