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:
parent
63482fc9b4
commit
03f6a6989a
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue