mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
haskell-gitit: patch to support recent versions of base64-bytestring
This commit is contained in:
parent
7d889c6dfa
commit
9bce51f6ec
@ -19,7 +19,7 @@ cabal.mkDerivation (self: {
|
|||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's|hslogger.*,|hslogger,|' gitit.cabal
|
sed -i -e 's|hslogger.*,|hslogger,|' -e 's|base64-bytestring.*,|base64-bytestring,|' gitit.cabal
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://gitit.net";
|
homepage = "http://gitit.net";
|
||||||
|
Loading…
Reference in New Issue
Block a user