summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/funcmp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-05 18:01:56 +0000
committerPeter Simons <simons@cryp.to>2011-08-05 18:01:56 +0000
commitf55fc207e7a874fd94cb6c4eedf6eab9173a0234 (patch)
tree0ed96e9fc5a12659a108bd2553331f514f034ab0 /pkgs/development/libraries/haskell/funcmp
parent3a20cd8208f423d7e202d3d55d7f5375a50bf98c (diff)
downloadnixpkgs-f55fc207e7a874fd94cb6c4eedf6eab9173a0234.tar
nixpkgs-f55fc207e7a874fd94cb6c4eedf6eab9173a0234.tar.gz
nixpkgs-f55fc207e7a874fd94cb6c4eedf6eab9173a0234.tar.bz2
nixpkgs-f55fc207e7a874fd94cb6c4eedf6eab9173a0234.tar.lz
nixpkgs-f55fc207e7a874fd94cb6c4eedf6eab9173a0234.tar.xz
nixpkgs-f55fc207e7a874fd94cb6c4eedf6eab9173a0234.tar.zst
nixpkgs-f55fc207e7a874fd94cb6c4eedf6eab9173a0234.zip
funcmp: updated build instructions with cabal2nix
svn path=/nixpkgs/trunk/; revision=28173
Diffstat (limited to 'pkgs/development/libraries/haskell/funcmp')
-rwxr-xr-x[-rw-r--r--]pkgs/development/libraries/haskell/funcmp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/funcmp/default.nix b/pkgs/development/libraries/haskell/funcmp/default.nix
index a667a1e1d28..96cc5d18dc2 100644..100755
--- a/pkgs/development/libraries/haskell/funcmp/default.nix
+++ b/pkgs/development/libraries/haskell/funcmp/default.nix
@@ -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];
   };
 })