From f55fc207e7a874fd94cb6c4eedf6eab9173a0234 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 5 Aug 2011 18:01:56 +0000 Subject: [PATCH] funcmp: updated build instructions with cabal2nix svn path=/nixpkgs/trunk/; revision=28173 --- pkgs/development/libraries/haskell/funcmp/default.nix | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 pkgs/development/libraries/haskell/funcmp/default.nix diff --git a/pkgs/development/libraries/haskell/funcmp/default.nix b/pkgs/development/libraries/haskell/funcmp/default.nix old mode 100644 new mode 100755 index a667a1e1d28..96cc5d18dc2 --- 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]; }; })