mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
haskell-implicit: mark "broken", the package is unmaintained
https://github.com/colah/ImplicitCAD/issues/115
This commit is contained in:
parent
05c5fff508
commit
205306522a
@ -21,5 +21,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Math-inspired programmatic 2&3D CAD: CSG, bevels, and shells; gcode export..";
|
description = "Math-inspired programmatic 2&3D CAD: CSG, bevels, and shells; gcode export..";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user