mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: ghc-base64: Skip tests on i686-linux.
* gnu/packages/haskell-xyz.scm (ghc-base64)[arguments]: Skip tests when building for i686-linux. Change-Id: I2de264eb0a0b1ae3d6ca1e29c9b1dce589104aa1
This commit is contained in:
parent
8448e0befa
commit
e211abfe9f
1 changed files with 3 additions and 1 deletions
|
@ -15968,7 +15968,9 @@ (define-public ghc-base64
|
||||||
ghc-tasty-quickcheck))
|
ghc-tasty-quickcheck))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cabal-revision ("4"
|
`(#:cabal-revision ("4"
|
||||||
"1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2")))
|
"1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2")
|
||||||
|
#:tests? ,(not (or (%current-target-system)
|
||||||
|
(target-x86-32?)))))
|
||||||
(home-page "https://github.com/emilypi/base64")
|
(home-page "https://github.com/emilypi/base64")
|
||||||
(synopsis "Modern RFC 4648-compliant Base64 library")
|
(synopsis "Modern RFC 4648-compliant Base64 library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue