mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
treewide: Make explicit that 'dev' output of mpfr is used
This commit is contained in:
parent
a6f6b30851
commit
984e04d733
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue