haskell-vector: fix test suite on i686

wip/yesman
Peter Simons 10 years ago
parent 841b829fcd
commit 5bb103b4b2
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -158,6 +158,9 @@ self: super: {
];
}));
# https://github.com/haskell/vector/issues/47
vector = if pkgs.stdenv.isi686 then appendConfigureFlag super.vector "--ghc-options=-msse2" else super.vector;
}
// {
# Not on Hackage yet.

Loading…
Cancel
Save