mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 05:57:28 +00:00
haskell-diagrams-core: jailbreak to fix build with monoid-extras 0.3.x
This commit is contained in:
parent
033a15841f
commit
9a08612286
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
dualTree MemoTrie monoidExtras newtype semigroups vectorSpace
|
dualTree MemoTrie monoidExtras newtype semigroups vectorSpace
|
||||||
vectorSpacePoints
|
vectorSpacePoints
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/diagrams";
|
homepage = "http://projects.haskell.org/diagrams";
|
||||||
description = "Core libraries for diagrams EDSL";
|
description = "Core libraries for diagrams EDSL";
|
||||||
|
Loading…
Reference in New Issue
Block a user