summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 14:57:58 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 14:57:58 +0100
commitd324bfd0658d049759fef893e6bccdc52672843c (patch)
tree8ba08dd25a912f75b18bbdc07185c86df3b73816
parent299136315afdd93ca17fb6760442f25342a4c85f (diff)
Add fortran dependency
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index f6d8b25..7f4aecc 100644
--- a/shell.nix
+++ b/shell.nix
@@ -57,6 +57,7 @@ mkDerivation {
57 ] ++ (if pkgs.stdenv.isDarwin then [pkgs.darwin.apple_sdk.frameworks.Cocoa] else []); 57 ] ++ (if pkgs.stdenv.isDarwin then [pkgs.darwin.apple_sdk.frameworks.Cocoa] else []);
58 executableSystemDepends = [ 58 executableSystemDepends = [
59 pkgs.blas 59 pkgs.blas
60 pkgs.gfortran.cc
60 pkgs.liblapack 61 pkgs.liblapack
61 pkgs.gsl 62 pkgs.gsl
62 pkgs.glpk 63 pkgs.glpk