forked from mirrors/nixpkgs
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
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|hslogger.*,|hslogger,|' gitit.cabal
|
||||
sed -i -e 's|hslogger.*,|hslogger,|' -e 's|base64-bytestring.*,|base64-bytestring,|' gitit.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://gitit.net";
|
||||
|
|
Loading…
Reference in a new issue