ghc-7.0.2: moved 'homepage' setting into the meta section
svn path=/nixpkgs/trunk/; revision=26514
This commit is contained in:
parent
b579f4fd5c
commit
cec39fe1a8
@ -2,11 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "7.0.2";
|
version = "7.0.2";
|
||||||
|
|
||||||
name = "ghc-${version}";
|
name = "ghc-${version}";
|
||||||
|
|
||||||
# TODO: Does this have to be here, or can it go to meta?
|
|
||||||
homepage = "http://haskell.org/ghc";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://haskell.org/ghc/dist/${version}/${name}-src.tar.bz2";
|
url = "http://haskell.org/ghc/dist/${version}/${name}-src.tar.bz2";
|
||||||
@ -35,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
stripDebugFlags=["-S" "--keep-file-symbols"];
|
stripDebugFlags=["-S" "--keep-file-symbols"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit homepage;
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
maintainers = [
|
maintainers = [
|
||||||
stdenv.lib.maintainers.marcweber
|
stdenv.lib.maintainers.marcweber
|
||||||
|
Loading…
x
Reference in New Issue
Block a user