mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +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
|
||||
];
|
||||
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 New Issue
Block a user