mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-hledger: patch to support recent versions of cmdargs
This commit is contained in:
parent
1637d95fff
commit
e9abf1899a
@ -11,7 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
split time transformers utf8String
|
split time transformers utf8String
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's|,split.*|,split|' hledger-lib.cabal
|
sed -i -e 's|,split.*|,split|' -e 's|,cmdargs.*|,cmdargs|' hledger-lib.cabal
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hledger.org";
|
homepage = "http://hledger.org";
|
||||||
|
@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
regexpr safe shakespeareText split text time utf8String
|
regexpr safe shakespeareText split text time utf8String
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's|,split.*|,split|' hledger.cabal
|
sed -i -e 's|,split.*|,split|' -e 's|,cmdargs.*|,cmdargs|' hledger.cabal
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hledger.org";
|
homepage = "http://hledger.org";
|
||||||
|
Loading…
Reference in New Issue
Block a user