17 lines
546 B
Nix
17 lines
546 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, deepseq, filepath, text, vector }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "FontyFruity";
|
|
version = "0.4";
|
|
sha256 = "0nrlsiwav1mwbmp555vwnc24250yn166yr5fjazjg9g7a0ikkivf";
|
|
buildDepends = [ binary deepseq filepath text vector ];
|
|
meta = {
|
|
description = "A true type file format loader";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ bergey ];
|
|
};
|
|
})
|