More missing meta.platforms attributes. Grrr.

svn path=/nixpkgs/trunk/; revision=28517
This commit is contained in:
Peter Simons 2011-08-12 12:43:03 +00:00
parent 3cb574c748
commit 834af21551
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
homepage = "http://github.com/finnsson/template-helper";
description = "Module to automatically extract functions from the local code";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
homepage = "http://github.com/finnsson/test-generator";
description = "Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons