mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
commit
d454438229
@ -11,7 +11,7 @@
|
|||||||
# files.
|
# files.
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.1.1";
|
version = "4.2.0";
|
||||||
pname = "mpfr";
|
pname = "mpfr";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -19,16 +19,9 @@ stdenv.mkDerivation rec {
|
|||||||
"https://www.mpfr.org/${pname}-${version}/${pname}-${version}.tar.xz"
|
"https://www.mpfr.org/${pname}-${version}/${pname}-${version}.tar.xz"
|
||||||
"mirror://gnu/mpfr/${pname}-${version}.tar.xz"
|
"mirror://gnu/mpfr/${pname}-${version}.tar.xz"
|
||||||
];
|
];
|
||||||
hash = "sha256-/9GVvVZ9uv/DuYsj/QCq0FN2gMmJYXHkT+P/eeKKwz0=";
|
hash = "sha256-BqN43xNQEkjBsttaqXeiyBJq6Emp2be+JUb7Spwm2ZM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchurl { # https://gitlab.inria.fr/mpfr/mpfr/-/issues/1
|
|
||||||
url = "https://www.mpfr.org/mpfr-4.1.1/patch01";
|
|
||||||
hash = "sha256-gKPCcJviGsqsEqnMmYiNY6APp3+3VXbyBf6LoZhP9Eo=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" "info" ];
|
outputs = [ "out" "dev" "doc" "info" ];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user