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 {
gsl
#haskell-language-server
hlint
igraph_0_10_4
libffi
liblapack
lapack
lzma
pcre
pkgconfig
......@@ -87,6 +86,7 @@ rec {
icu
graphviz
llvm_9
igraph_0_10_4
] ++ ( lib.optionals stdenv.isDarwin [
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