From 5bb103b4b261a3eca3d014fd651abe0ce37c6986 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Jan 2015 16:02:51 +0100 Subject: haskell-vector: fix test suite on i686 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f219c785ee2..9aa3ad849c7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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. -- cgit 1.4.1