Skip to content

Commit

Permalink
vcsh: Patch for Git 2.13.2
Browse files Browse the repository at this point in the history
Fixes #27134.
  • Loading branch information
ttuegel authored and peti committed Jul 17, 2017
1 parent aa7d840 commit ac50c4d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pkgs/applications/version-management/vcsh/default.nix
Expand Up @@ -12,9 +12,15 @@ stdenv.mkDerivation rec {
};

patches =
[ (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/222.patch";
sha256 = "0grdbiwq04x5qj0a1yd9a78g5v28dxhwl6mwxvgvvmzs6k5wnl3k";
})
[
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/222.patch";
sha256 = "0grdbiwq04x5qj0a1yd9a78g5v28dxhwl6mwxvgvvmzs6k5wnl3k";
})
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/228.patch";
sha256 = "0sdn4mzrhaynw85knia2iw5b6rgy0l1rd6dwh0lwspnh668wqgam";
})
];

buildInputs = [ which git ronn perl ShellCommand TestMost ];
Expand Down

0 comments on commit ac50c4d

Please sign in to comment.