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";
|
homepage = "http://github.com/finnsson/template-helper";
|
||||||
description = "Module to automatically extract functions from the local code";
|
description = "Module to automatically extract functions from the local code";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
self.stdenv.lib.maintainers.andres
|
self.stdenv.lib.maintainers.andres
|
||||||
self.stdenv.lib.maintainers.simons
|
self.stdenv.lib.maintainers.simons
|
||||||
|
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "http://github.com/finnsson/test-generator";
|
homepage = "http://github.com/finnsson/test-generator";
|
||||||
description = "Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell";
|
description = "Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
self.stdenv.lib.maintainers.andres
|
self.stdenv.lib.maintainers.andres
|
||||||
self.stdenv.lib.maintainers.simons
|
self.stdenv.lib.maintainers.simons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user