Author: simons
Date: Mon Aug  8 19:47:21 2011
New Revision: 28401
URL: https://svn.nixos.org/websvn/nix/?rev=28401&sc=1

Log:
pkgs/development/compilers/ghc: move the homepage attribute into the meta 
section

Modified:
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix     Mon Aug  8 
19:28:17 2011        (r28400)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix     Mon Aug  8 
19:47:21 2011        (r28401)
@@ -4,9 +4,6 @@
   version = "6.12.1";
   
   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/6.12.1/ghc-6.12.1-src.tar.bz2;
@@ -33,7 +30,7 @@
   stripDebugFlags=["-S" "--keep-file-symbols"];
 
   meta = {
-    inherit homepage;
+    homepage = "http://haskell.org/ghc";;
     description = "The Glasgow Haskell Compiler";
     maintainers = [
       stdenv.lib.maintainers.marcweber

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix     Mon Aug  8 
19:28:17 2011        (r28400)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix     Mon Aug  8 
19:47:21 2011        (r28401)
@@ -4,9 +4,6 @@
   version = "6.12.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";;
@@ -33,7 +30,7 @@
   stripDebugFlags=["-S" "--keep-file-symbols"];
 
   meta = {
-    inherit homepage;
+    homepage = "http://haskell.org/ghc";;
     description = "The Glasgow Haskell Compiler";
     maintainers = [
       stdenv.lib.maintainers.marcweber

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix     Mon Aug  8 
19:28:17 2011        (r28400)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix     Mon Aug  8 
19:47:21 2011        (r28401)
@@ -4,9 +4,6 @@
   version = "6.12.3";
   
   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://darcs.haskell.org/download/dist/${version}/${name}-src.tar.bz2";;
@@ -33,7 +30,7 @@
   stripDebugFlags=["-S" "--keep-file-symbols"];
 
   meta = {
-    inherit homepage;
+    homepage = "http://haskell.org/ghc";;
     description = "The Glasgow Haskell Compiler";
     maintainers = [
       stdenv.lib.maintainers.marcweber

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix      Mon Aug  8 
19:28:17 2011        (r28400)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix      Mon Aug  8 
19:47:21 2011        (r28401)
@@ -4,9 +4,6 @@
   version = "7.0.1";
   
   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://new-www.haskell.org/ghc/dist/${version}/${name}-src.tar.bz2";;
@@ -33,7 +30,7 @@
   stripDebugFlags=["-S" "--keep-file-symbols"];
 
   meta = {
-    inherit homepage;
+    homepage = "http://haskell.org/ghc";;
     description = "The Glasgow Haskell Compiler";
     maintainers = [
       stdenv.lib.maintainers.marcweber
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to