me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2023-11-15 12:43:53 +02:00
parent 8448e0befa
commit e211abfe9f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -15968,7 +15968,9 @@ benchmarks](https://hackage.haskell.org/package/random-bytestring-0.1.3.2/src/be
ghc-tasty-quickcheck))
(arguments
`(#:cabal-revision ("4"
"1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2")))
"1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2")
#:tests? ,(not (or (%current-target-system)
(target-x86-32?)))))
(home-page "https://github.com/emilypi/base64")
(synopsis "Modern RFC 4648-compliant Base64 library")
(description