treewide: Make explicit that 'dev' output of mpfr is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:49 +02:00
committed by Vladimír Čunát
parent 3672f3edcb
commit 3f8b08f506
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1860,7 +1860,7 @@ let
Rmpfr = old.Rmpfr.overrideDerivation (attrs: {
configureFlags = [
"--with-mpfr-include=${pkgs.mpfr}/include"
"--with-mpfr-include=${pkgs.mpfr.dev}/include"
];
});