From 354df047e7c3de29681310a1b0e4eb1dc6c1a7b5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 11 Aug 2015 11:33:55 +0200 Subject: [PATCH] haskell-diagrams-lib has been fixed upstream. --- .../haskell-modules/configuration-common.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 182211ec405..d00e51cc270 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -881,23 +881,6 @@ self: super: { # https://github.com/hspec/mockery/issues/6 mockery = overrideCabal super.mockery (drv: { preCheck = "export TRAVIS=true"; }); - # https://github.com/diagrams/diagrams-lib/issues/258 - # https://github.com/diagrams/diagrams-lib/issues/259 - diagrams-lib = markBroken super.diagrams-lib; - diagrams-cairo = dontDistribute super.diagrams-cairo; - diagrams-gtk = dontDistribute super.diagrams-gtk; - diagrams-html5 = dontDistribute super.diagrams-html5; - diagrams-pandoc = dontDistribute super.diagrams-pandoc; - diagrams-postscript = dontDistribute super.diagrams-postscript; - diagrams-rasterific = dontDistribute super.diagrams-rasterific; - diagrams-rubiks-cube = dontDistribute super.diagrams-rubiks-cube; - diagrams-svg = dontDistribute super.diagrams-svg; - halma = dontDistribute super.halma; - midi-music-box = dontDistribute super.midi-music-box; - potrace-diagrams = dontDistribute super.potrace-diagrams; - SVGFonts = dontDistribute super.SVGFonts; - yesod-media-simple = dontDistribute super.yesod-media-simple; - # https://github.com/alphaHeavy/lzma-conduit/issues/5 lzma-conduit = dontCheck super.lzma-conduit;