Commit 61032ff8 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Use lapack instead of liblapack as nonHs dep in nix

parent f03d154a
Pipeline #3779 failed with stage
in 29 minutes and 20 seconds
...@@ -71,9 +71,8 @@ rec { ...@@ -71,9 +71,8 @@ rec {
gsl gsl
#haskell-language-server #haskell-language-server
hlint hlint
igraph_0_10_4
libffi libffi
liblapack lapack
lzma lzma
pcre pcre
pkgconfig pkgconfig
...@@ -87,6 +86,7 @@ rec { ...@@ -87,6 +86,7 @@ rec {
icu icu
graphviz graphviz
llvm_9 llvm_9
igraph_0_10_4
] ++ ( lib.optionals stdenv.isDarwin [ ] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate darwin.apple_sdk.frameworks.Accelerate
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment