forked from mirrors/nixpkgs
git-series: fix build after "source" name change
This commit is contained in:
parent
2b9975c244
commit
2fb0edd085
|
@ -17,7 +17,7 @@ buildRustPackage rec {
|
|||
|
||||
cargoDepsHook = ''
|
||||
(
|
||||
cd ${name}-src
|
||||
cd */
|
||||
# see https://github.com/git-series/git-series/pull/56
|
||||
patch -p1 < ${fetchpatch {
|
||||
url = "https://github.com/Mic92/git-series/commit/3aa30a47d74ebf90b444dccdf8c153f07f119483.patch";
|
||||
|
|
Loading…
Reference in a new issue