mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
18 lines
510 B
Nix
18 lines
510 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "funcmp";
|
|
version = "1.7";
|
|
sha256 = "1rna7x7lw36fv5pyq0zn4b472mh11r0bszzji13wm3byhhmzs04k";
|
|
buildDepends = [ filepath ];
|
|
meta = {
|
|
homepage = "http://savannah.nongnu.org/projects/funcmp/";
|
|
description = "Functional MetaPost";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
|
};
|
|
})
|