mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
haskellPackages.hledger-lib: use fetchpatch's relative
argument
We can drop `includes` since there's only one file in that directory.
This commit is contained in:
parent
bf7d13dc4f
commit
37e093f5f1
@ -859,9 +859,8 @@ self: super: {
|
|||||||
(pkgs.fetchpatch {
|
(pkgs.fetchpatch {
|
||||||
name = "hledger-properly-escape-quotes-csv.patch";
|
name = "hledger-properly-escape-quotes-csv.patch";
|
||||||
url = "https://github.com/simonmichael/hledger/commit/c9a72e1615e2ddc2824f2e248456e1042eb31e1d.patch";
|
url = "https://github.com/simonmichael/hledger/commit/c9a72e1615e2ddc2824f2e248456e1042eb31e1d.patch";
|
||||||
sha256 = "10knvrd5bl9nrmi27i0pm82sfr64jy04xgbjp228qywyijpr3pqv";
|
relative = "hledger-lib";
|
||||||
includes = [ "Hledger/Read/CsvReader.hs" ];
|
sha256 = "sha256-gjYYo0eq1gWNAAFF3dKt9QDq0VpLnN5/648r/NXEPVE=";
|
||||||
stripLen = 1;
|
|
||||||
})
|
})
|
||||||
super.hledger-lib;
|
super.hledger-lib;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user