mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
17 lines
541 B
Nix
17 lines
541 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, parallel, polynomialsBernstein, vector }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "typography-geometry";
|
|
version = "1.0.0";
|
|
sha256 = "1vvqch3pdwymjbmir7b208qyzdzljsw1gf8icmzw5pi3vn6wkihf";
|
|
buildDepends = [ parallel polynomialsBernstein vector ];
|
|
meta = {
|
|
description = "Drawings for printed text documents";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
|
|
};
|
|
})
|