pkgs/development/compilers/ghc: move the homepage attribute into the meta section
svn path=/nixpkgs/trunk/; revision=28401
This commit is contained in:
parent
23e5a11a1d
commit
e2cfe51f21
@ -5,9 +5,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
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/6.12.1/ghc-6.12.1-src.tar.bz2;
|
url = http://haskell.org/ghc/dist/6.12.1/ghc-6.12.1-src.tar.bz2;
|
||||||
sha256 = "0ajm4sypk4zgjp0m6i03fadyv5dm9vlqfnvsx1g94yk7vnd9zyfd";
|
sha256 = "0ajm4sypk4zgjp0m6i03fadyv5dm9vlqfnvsx1g94yk7vnd9zyfd";
|
||||||
@ -33,7 +30,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
|
||||||
|
@ -5,9 +5,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
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";
|
||||||
sha256 = "7f1e39f0b3ddaca35b55cd430ca058d1c4678445a7177391c9cb6342b7c41a30";
|
sha256 = "7f1e39f0b3ddaca35b55cd430ca058d1c4678445a7177391c9cb6342b7c41a30";
|
||||||
@ -33,7 +30,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
|
||||||
|
@ -5,9 +5,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
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://darcs.haskell.org/download/dist/${version}/${name}-src.tar.bz2";
|
url = "http://darcs.haskell.org/download/dist/${version}/${name}-src.tar.bz2";
|
||||||
sha256 = "0s2y1sv2nq1cgliv735q2w3gg4ykv1c0g1adbv8wgwhia10vxgbc";
|
sha256 = "0s2y1sv2nq1cgliv735q2w3gg4ykv1c0g1adbv8wgwhia10vxgbc";
|
||||||
@ -33,7 +30,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
|
||||||
|
@ -5,9 +5,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
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://new-www.haskell.org/ghc/dist/${version}/${name}-src.tar.bz2";
|
url = "http://new-www.haskell.org/ghc/dist/${version}/${name}-src.tar.bz2";
|
||||||
sha256 = "1iciljngxmqy465cw3pkl6jp0ydiils4bfz6ixfaxk7aqv7r7xsi";
|
sha256 = "1iciljngxmqy465cw3pkl6jp0ydiils4bfz6ixfaxk7aqv7r7xsi";
|
||||||
@ -33,7 +30,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…
Reference in New Issue
Block a user