ghc-7.0.2: moved 'homepage' setting into the meta section

svn path=/nixpkgs/trunk/; revision=26514
This commit is contained in:
Peter Simons 2011-03-25 12:55:42 +00:00
parent b579f4fd5c
commit cec39fe1a8

View File

@ -2,12 +2,8 @@
stdenv.mkDerivation rec {
version = "7.0.2";
name = "ghc-${version}";
# TODO: Does this have to be here, or can it go to meta?
homepage = "http://haskell.org/ghc";
src = fetchurl {
url = "http://haskell.org/ghc/dist/${version}/${name}-src.tar.bz2";
sha256 = "f0551f1af2f008a8a14a888b70c0557e00dd04f9ae309ac91897306cd04a6668";
@ -35,7 +31,7 @@ stdenv.mkDerivation rec {
stripDebugFlags=["-S" "--keep-file-symbols"];
meta = {
inherit homepage;
homepage = "http://haskell.org/ghc";
description = "The Glasgow Haskell Compiler";
maintainers = [
stdenv.lib.maintainers.marcweber