glibc: 2.32 -> 2.32-10
This should fix #100799 thanks to https://sourceware.org/bugzilla/show_bug.cgi?id=26534#c5
This commit is contained in:
parent
b9116f712f
commit
098a7b67ac
BIN
pkgs/development/libraries/glibc/2.32-10.patch.gz
Normal file
BIN
pkgs/development/libraries/glibc/2.32-10.patch.gz
Normal file
Binary file not shown.
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
version = "2.32";
|
version = "2.32";
|
||||||
patchSuffix = "";
|
patchSuffix = "-10";
|
||||||
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -59,6 +59,15 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
patches =
|
patches =
|
||||||
[
|
[
|
||||||
|
/* No tarballs for stable upstream branch, only https://sourceware.org/git/?p=glibc.git
|
||||||
|
and using git or something would complicate bootstrapping.
|
||||||
|
Fortunately it's not too big with 2.32-10.
|
||||||
|
$ git checkout release/2.32/master; git describe
|
||||||
|
glibc-2.32-10-g0b9460d22e
|
||||||
|
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-10.patch.gz
|
||||||
|
*/
|
||||||
|
./2.32-10.patch.gz
|
||||||
|
|
||||||
/* Allow NixOS and Nix to handle the locale-archive. */
|
/* Allow NixOS and Nix to handle the locale-archive. */
|
||||||
./nix-locale-archive.patch
|
./nix-locale-archive.patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user