From d324bfd0658d049759fef893e6bccdc52672843c Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Tue, 3 Apr 2018 14:57:58 +0100 Subject: Add fortran dependency --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index f6d8b25..7f4aecc 100644 --- a/shell.nix +++ b/shell.nix @@ -57,6 +57,7 @@ mkDerivation { ] ++ (if pkgs.stdenv.isDarwin then [pkgs.darwin.apple_sdk.frameworks.Cocoa] else []); executableSystemDepends = [ pkgs.blas + pkgs.gfortran.cc pkgs.liblapack pkgs.gsl pkgs.glpk -- cgit v1.2.3