We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent aa7d840 commit ac50c4dCopy full SHA for ac50c4d
pkgs/applications/version-management/vcsh/default.nix
@@ -12,9 +12,15 @@ stdenv.mkDerivation rec {
12
};
13
14
patches =
15
- [ (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/222.patch";
16
- sha256 = "0grdbiwq04x5qj0a1yd9a78g5v28dxhwl6mwxvgvvmzs6k5wnl3k";
17
- })
+ [
+ (fetchpatch {
+ url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/222.patch";
18
+ sha256 = "0grdbiwq04x5qj0a1yd9a78g5v28dxhwl6mwxvgvvmzs6k5wnl3k";
19
+ })
20
21
+ url = "https://patch-diff.githubusercontent.com/raw/RichiH/vcsh/pull/228.patch";
22
+ sha256 = "0sdn4mzrhaynw85knia2iw5b6rgy0l1rd6dwh0lwspnh668wqgam";
23
24
];
25
26
buildInputs = [ which git ronn perl ShellCommand TestMost ];
0 commit comments