1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

haskell-blaze-svg: jailbreak to fix build with latest 'blaze-markup'

This commit is contained in:
Peter Simons 2014-01-25 19:03:32 +01:00
parent 63482fc9b4
commit 03f6a6989a

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.3.3.0";
sha256 = "1wi4nc73ic3qmbx6v9fniacwcz2nlvmp5snn144fdiwb22klfn5f";
buildDepends = [ blazeMarkup mtl ];
jailbreak = true;
meta = {
homepage = "https://github.com/deepakjois/blaze-svg";
description = "SVG combinator library";