treewide: Make explicit that 'dev' output of mpfr is used
This commit is contained in:
committed by
Vladimír Čunát
parent
3672f3edcb
commit
3f8b08f506
@@ -339,7 +339,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
|
||||
|
||||
Reference in New Issue
Block a user