mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-hakyll: update to version 4.3.3.0
This commit is contained in:
parent
5b291905ee
commit
97f3b6a38a
|
@ -26,7 +26,9 @@ cabal.mkDerivation (self: {
|
|||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|cryptohash.*,|cryptohash,|' hakyll.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
|
|
Loading…
Reference in a new issue