summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/gfortran-darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gcc/gfortran-darwin.nix')
-rw-r--r--pkgs/development/compilers/gcc/gfortran-darwin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/gfortran-darwin.nix b/pkgs/development/compilers/gcc/gfortran-darwin.nix
index 66f273482cf..1de3cc0ed11 100644
--- a/pkgs/development/compilers/gcc/gfortran-darwin.nix
+++ b/pkgs/development/compilers/gcc/gfortran-darwin.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     --enable-checking=release
     --enable-languages=fortran
     --with-cloog=${cloog}
-    --with-gmp=${gmp}
+    --with-gmp=${gmp.dev}
     --with-isl=${isl_0_14}
     --with-mpc=${libmpc}
     --with-mpfr=${mpfr}