From 205306522a4610aa2f4b1b519dd4cdde8d6bcd23 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Oct 2014 19:22:44 +0200 Subject: [PATCH] haskell-implicit: mark "broken", the package is unmaintained https://github.com/colah/ImplicitCAD/issues/115 --- pkgs/development/libraries/haskell/implicit/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/implicit/default.nix b/pkgs/development/libraries/haskell/implicit/default.nix index a2fd8cd438e..81331833cc4 100644 --- a/pkgs/development/libraries/haskell/implicit/default.nix +++ b/pkgs/development/libraries/haskell/implicit/default.nix @@ -21,5 +21,6 @@ cabal.mkDerivation (self: { description = "Math-inspired programmatic 2&3D CAD: CSG, bevels, and shells; gcode export.."; license = "GPL"; platforms = self.ghc.meta.platforms; + broken = true; }; })