mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
funcmp: updated build instructions with cabal2nix
svn path=/nixpkgs/trunk/; revision=28173
This commit is contained in:
parent
3a20cd8208
commit
f55fc207e7
2
pkgs/development/libraries/haskell/funcmp/default.nix
Normal file → Executable file
2
pkgs/development/libraries/haskell/funcmp/default.nix
Normal file → Executable file
@ -6,8 +6,10 @@ cabal.mkDerivation (self : {
|
||||
sha256 = "f68807833f39178c99877321f0f335cfde12a5c4b38e6c51f33f8cab94b9e12e";
|
||||
propagatedBuildInputs = [];
|
||||
meta = {
|
||||
homepage = "http://savannah.nongnu.org/projects/funcmp/";
|
||||
description = "Functional MetaPost";
|
||||
license = "GPL";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [self.stdenv.lib.maintainers.simons];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user