gsl: attempt to fix

ToDo: there may be more impurities than this processor-feature test.
This commit is contained in:
Vladimír Čunát
2013-03-17 11:01:49 +01:00
parent 99da34c204
commit c78bad69e1
2 changed files with 36 additions and 0 deletions
@@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "18qf6jzz1r3mzb5qynywv4xx3z9g61hgkbpkdrhbgqh2g7jhgfc5";
};
# ToDo: there might be more impurities than FMA support check
patches = [ ./disable-fma.patch ]; # http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
patchFlags = "-p0";
doCheck = true;
meta = {