From c62b4b2135baa401968665344bb9f231778c89dc Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Mon, 4 Aug 2008 14:07:00 +0000
Subject: [PATCH] * Add Automake 1.10.x to the channel. * Fix some incorrect
 x86_64-linux attributes.

svn path=/nixpkgs/trunk/; revision=12484
---
 pkgs/top-level/build-for-release.nix | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/pkgs/top-level/build-for-release.nix b/pkgs/top-level/build-for-release.nix
index d7c8e33e944b..00b1eda01116 100644
--- a/pkgs/top-level/build-for-release.nix
+++ b/pkgs/top-level/build-for-release.nix
@@ -15,6 +15,7 @@ let
       audacious_plugins
       autoconf
       automake19x
+      automake110x
       bash
       bashInteractive
       binutils
@@ -244,31 +245,9 @@ let
 
   x86_64LinuxPkgs = commonLinuxPkgs "x86_64-linux" // {
     inherit (allPackages {system = "x86_64-linux";})
-      MPlayer
-      MPlayerPlugin
       aterm242fixes
-      autoconf
-      automake19x
-      bash
-      binutils
-      bison23
-      emacs
-      firefox
-      gcc
       gcc43multi
-      hello
-      libtool
-      nixUnstable
-      subversion
-      pan
       ;    
-    inherit ((allPackages {system = "i686-linux";}).kernelPackages_2_6_23)
-      iwlwifi
-      kernel
-      ;
-    inherit ((allPackages {system = "i686-linux";}).xorg)
-      xorgserver
-      ;
   };
   
   i686FreeBSDPkgs = {
@@ -319,6 +298,7 @@ let
       aterm
       autoconf
       automake19x
+      automake110x
       libtool
       libxml2
       libxslt