summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 22bc20b..91ad0fe 100644
--- a/shell.nix
+++ b/shell.nix
@@ -62,6 +62,7 @@ mkDerivation {
62 pkgs.gsl 62 pkgs.gsl
63 pkgs.glpk 63 pkgs.glpk
64 pkgs.pkgconfig 64 pkgs.pkgconfig
65 pkgs.stack
65 sundials 66 sundials
66 pkgs.zlib 67 pkgs.zlib
67 ] ++ (if pkgs.stdenv.isDarwin then [pkgs.darwin.apple_sdk.frameworks.Accelerate] else []); 68 ] ++ (if pkgs.stdenv.isDarwin then [pkgs.darwin.apple_sdk.frameworks.Accelerate] else []);