More missing meta.platforms attributes. Grrr.
svn path=/nixpkgs/trunk/; revision=28517
This commit is contained in:
parent
3cb574c748
commit
834af21551
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user