diff --git a/pkgs/development/libraries/haskell/hakyll/default.nix b/pkgs/development/libraries/haskell/hakyll/default.nix index 22ad997b32a3..e027111c6b6b 100644 --- a/pkgs/development/libraries/haskell/hakyll/default.nix +++ b/pkgs/development/libraries/haskell/hakyll/default.nix @@ -27,8 +27,10 @@ cabal.mkDerivation (self: { ]; doCheck = false; patchPhase = '' - sed -i -e 's|blaze-markup.*,|blaze-markup,|' -e 's|blaze-html.*,|blaze-html,|' \ - -e 's|pandoc-citeproc.*,|pandoc-citeproc,|' hakyll.cabal + sed -i -e 's|blaze-markup.*,|blaze-markup,|' \ + -e 's|blaze-html.*,|blaze-html,|' \ + -e 's|pandoc-citeproc.*,|pandoc-citeproc,|' \ + -e 's|regex-tdfa.*,|regex-tdfa,|' hakyll.cabal ''; meta = { homepage = "http://jaspervdj.be/hakyll";