Replaced the obsolete 'haskellPlatforms' attribute with the platforms exported by GHC.

svn path=/nixpkgs/trunk/; revision=28418
This commit is contained in:
Peter Simons
2011-08-09 09:54:50 +00:00
parent c4b18a282f
commit c13f967ed5
168 changed files with 167 additions and 168 deletions

View File

@@ -9,7 +9,7 @@ cabal.mkDerivation (self : {
homepage = "http://github.com/jgm/texmath";
description = "Conversion of LaTeX math formulas to MathML.";
license = "GPL";
platforms = self.stdenv.lib.platforms.haskellPlatforms;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})