3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #54831 from ptrhlm/master

zsh: fix for infinite recursion in VCS_INFO_detect_p4
This commit is contained in:
Pascal Wittmann 2019-01-29 16:05:05 +01:00 committed by GitHub
commit 3c6d358158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,15 @@ stdenv.mkDerivation {
sha256 = "04ynid3ggvy6i5c26bk52mq6x5vyrdwgryid9hggmnb1nf8b41vq";
};
patches = [
(fetchpatch {
name = "vcs_info.patch";
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/vcs_info.patch?h=packages/zsh&id=1b7537ff5343819b3110a76bbdd2a1bf9ef80c4a";
sha256 = "0rc63cdc0qzhmj2dp5jnmxgyl5c47w857s8379fq36z8g0bi3rwq";
excludes = [ "ChangeLog" ];
})
];
buildInputs = [ ncurses pcre ];
configureFlags = [