mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Merge pull request #324900 from reckenrode/zsh-texinfo-fix
zsh: fix compatibility with texinfo 7.1
This commit is contained in:
commit
017a63ea4d
@ -39,6 +39,12 @@ stdenv.mkDerivation {
|
|||||||
hash = "sha256-nXB4w7qqjZJC7/+CDxnNy6wu9qNwmS3ezjj/xK7JfeU=";
|
hash = "sha256-nXB4w7qqjZJC7/+CDxnNy6wu9qNwmS3ezjj/xK7JfeU=";
|
||||||
excludes = [ "ChangeLog" ];
|
excludes = [ "ChangeLog" ];
|
||||||
})
|
})
|
||||||
|
# Fixes compatibility with texinfo 7.1. This patch can be dropped with the next release of zsh.
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/zsh-users/zsh/commit/ecd3f9c9506c7720dc6c0833dc5d5eb00e4459c4.patch";
|
||||||
|
hash = "sha256-oA8GC8LmuqNKGuPqGfiQVhL5nWb7ArLWGUI6wjpsIW8=";
|
||||||
|
excludes = [ "ChangeLog" ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user