mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
zsh: add backported gcc_14 patch
Alpine https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/70300 Buildroot https://lore.kernel.org/all/20240720230500.26fbd225@windsurf/T/ OpenSUSE https://build.opensuse.org/projects/home:jamborm:gcc14fixes/packages/zsh/files/zsh-4c89849c98172c951a9def3690e8647dae76308f.patch OpenWRT https://github.com/openwrt/packages/pull/24346/files
This commit is contained in:
parent
67222d4174
commit
b1e9a03960
@ -45,6 +45,13 @@ stdenv.mkDerivation {
|
||||
hash = "sha256-oA8GC8LmuqNKGuPqGfiQVhL5nWb7ArLWGUI6wjpsIW8=";
|
||||
excludes = [ "ChangeLog" ];
|
||||
})
|
||||
] ++ lib.optionals stdenv.cc.isGNU [
|
||||
# Fixes compilation with gcc >= 14.
|
||||
(fetchpatch {
|
||||
url = "https://github.com/zsh-users/zsh/commit/4c89849c98172c951a9def3690e8647dae76308f.patch";
|
||||
hash = "sha256-l5IHQuIXo0N6ynLlZoQA7wJd/C7KrW3G7nMzfjQINkw=";
|
||||
excludes = [ "ChangeLog" ];
|
||||
})
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user