mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02: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 @@ benchmarks](https://hackage.haskell.org/package/random-bytestring-0.1.3.2/src/be
|
||||||
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…
Add table
Add a link
Reference in a new issue