Skip to content

Commit

Permalink
haskell-diagrams-lib: test suite fails on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Mar 4, 2017
1 parent 2f95a29 commit 3e3dfdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -873,4 +873,7 @@ self: super: {
# https://github.com/snoyberg/yaml/issues/106
yaml = disableCabalFlag super.yaml "system-libyaml";

# https://github.com/diagrams/diagrams-lib/issues/288
diagrams-lib = overrideCabal super.diagrams-lib (drv: { doCheck = !pkgs.stdenv.isi686; });

}

0 comments on commit 3e3dfdd

Please sign in to comment.