Replaced the obsolete 'haskellPlatforms' attribute with the platforms exported by GHC.
svn path=/nixpkgs/trunk/; revision=28418
This commit is contained in:
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
|
||||
control.
|
||||
'';
|
||||
|
||||
platforms = stdenv.lib.platforms.haskellPlatforms;
|
||||
platforms = ghc.meta.platforms;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user