From 5c7fb3a9b52c158e6f0915924563148b529ad5f8 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Thu, 18 Jun 2015 12:58:16 -0500 Subject: [PATCH] haskell-bindings-levmar: build with openblasCompat --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8a9127307e4..751e0fb4825 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -132,7 +132,7 @@ self: super: { sed -i bindings-levmar.cabal \ -e 's,extra-libraries: lapack blas,extra-libraries: openblas,' ''; - extraLibraries = [ pkgs.openblas ]; + extraLibraries = [ pkgs.openblasCompat ]; }); # The Haddock phase fails for one reason or another.