mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-arithmoi: test suite fails on i686
This commit is contained in:
parent
08a31de873
commit
cb1af9fd4f
@ -876,4 +876,7 @@ self: super: {
|
||||
# https://github.com/diagrams/diagrams-lib/issues/288
|
||||
diagrams-lib = overrideCabal super.diagrams-lib (drv: { doCheck = !pkgs.stdenv.isi686; });
|
||||
|
||||
# https://github.com/cartazio/arithmoi/issues/49
|
||||
arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; });
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user