mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
26 lines
891 B
Nix
26 lines
891 B
Nix
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||
|
|
||
|
{ cabal, blazeBuilder, blazeMarkup, blazeSvg, deepseq, filepath
|
||
|
, JuicyPixels, mtl, NumInstances, optparseApplicative, parallel
|
||
|
, parsec, storableEndian, text, unorderedContainers, vectorSpace
|
||
|
}:
|
||
|
|
||
|
cabal.mkDerivation (self: {
|
||
|
pname = "implicit";
|
||
|
version = "0.0.3";
|
||
|
sha256 = "0zsd25gd0c4sp1ipjnsbn1gbdl6s0y2vy8n4nwn3dxgrv75cd1l9";
|
||
|
isLibrary = true;
|
||
|
isExecutable = true;
|
||
|
buildDepends = [
|
||
|
blazeBuilder blazeMarkup blazeSvg deepseq filepath JuicyPixels mtl
|
||
|
NumInstances optparseApplicative parallel parsec storableEndian
|
||
|
text unorderedContainers vectorSpace
|
||
|
];
|
||
|
meta = {
|
||
|
homepage = "https://github.com/colah/ImplicitCAD";
|
||
|
description = "Math-inspired programmatic 2&3D CAD: CSG, bevels, and shells; gcode export..";
|
||
|
license = "GPL";
|
||
|
platforms = self.ghc.meta.platforms;
|
||
|
};
|
||
|
})
|