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
@@ -1860,7 +1860,7 @@ let
|
||||
|
||||
Rmpfr = old.Rmpfr.overrideDerivation (attrs: {
|
||||
configureFlags = [
|
||||
"--with-mpfr-include=${pkgs.mpfr}/include"
|
||||
"--with-mpfr-include=${pkgs.mpfr.dev}/include"
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user