mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
haskell-yesod-static: patch to support recent versions of base64-bytestring
This commit is contained in:
parent
bf188b3fd2
commit
7d889c6dfa
@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
|
||||
httpTypes systemFilepath text transformers unixCompat wai
|
||||
waiAppStatic yesodCore
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i yesod-static.cabal -e 's|, base64-bytestring.*|, base64-bytestring|'
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
description = "Static file serving subsite for Yesod Web Framework";
|
||||
|
Loading…
Reference in New Issue
Block a user