summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/6
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:34:43 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:52:07 +0300
commit984e04d7337d23ba88879ca308c6da40d97ec208 (patch)
tree3bcc9e3fc4d36de9f87d13735802b0dfbe5bfcdb /pkgs/development/compilers/gcc/6
parenta6f6b308515cc375bc0f276b6eccbf2399bcabae (diff)
downloadnixlib-984e04d7337d23ba88879ca308c6da40d97ec208.tar
nixlib-984e04d7337d23ba88879ca308c6da40d97ec208.tar.gz
nixlib-984e04d7337d23ba88879ca308c6da40d97ec208.tar.bz2
nixlib-984e04d7337d23ba88879ca308c6da40d97ec208.tar.lz
nixlib-984e04d7337d23ba88879ca308c6da40d97ec208.tar.xz
nixlib-984e04d7337d23ba88879ca308c6da40d97ec208.tar.zst
nixlib-984e04d7337d23ba88879ca308c6da40d97ec208.zip
treewide: Make explicit that 'dev' output of mpfr is used
Diffstat (limited to 'pkgs/development/compilers/gcc/6')
-rw-r--r--pkgs/development/compilers/gcc/6/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/6/default.nix b/pkgs/development/compilers/gcc/6/default.nix
index 546b1377b53a..955c683a43fa 100644
--- a/pkgs/development/compilers/gcc/6/default.nix
+++ b/pkgs/development/compilers/gcc/6/default.nix
@@ -334,7 +334,7 @@ stdenv.mkDerivation ({
     ${if javaAwtGtk then "--enable-java-awt=gtk" else ""}
     ${if langJava && javaAntlr != null then "--with-antlr-jar=${javaAntlr}" else ""}
     --with-gmp=${gmp.dev}
-    --with-mpfr=${mpfr}
+    --with-mpfr=${mpfr.dev}
     --with-mpc=${libmpc}
     ${if libelf != null then "--with-libelf=${libelf}" else ""}
     --disable-libstdcxx-pch