mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-30 07:57:03 +00:00
binutils: Add upgrade notes
This commit is contained in:
parent
390ccbbf29
commit
d8bea2498d
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
# Note to whoever is upgrading this: 2.29 is broken.
|
||||||
|
# ('nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test' segfaults on aarch64)
|
||||||
|
# Also glibc might need patching, see commit 733e20fee4a6700510f71fbe1a58ac23ea202f6a.
|
||||||
version = "2.28.1";
|
version = "2.28.1";
|
||||||
basename = "binutils-${version}";
|
basename = "binutils-${version}";
|
||||||
inherit (stdenv.lib) optional optionals optionalString;
|
inherit (stdenv.lib) optional optionals optionalString;
|
||||||
|
|
Loading…
Add table
Reference in a new issue