* Fix build-for-release.nix.

svn path=/nixpkgs/trunk/; revision=11882
This commit is contained in:
Eelco Dolstra 2008-05-22 14:01:40 +00:00
parent 0aea0db581
commit 5f4c7bcf53

View File

@ -78,7 +78,6 @@ let
iana_etc iana_etc
iputils iputils
irssi irssi
iwlwifi
jakartaregexp jakartaregexp
jdkPlugin jdkPlugin
jetty jetty
@ -90,9 +89,6 @@ let
kcachegrind kcachegrind
kdebase kdebase
keen4 keen4
kernel_2_6_23
kernel_2_6_25
klibc
ktorrent ktorrent
kvm kvm
less less
@ -150,7 +146,6 @@ let
sdf sdf
slim slim
spidermonkey spidermonkey
splashutils
ssmtp ssmtp
strace strace
strategoxt strategoxt
@ -220,6 +215,13 @@ let
gnomeutils gnomeutils
metacity metacity
; ;
inherit ((allPackages {system = "i686-linux";}).kernelPackages_2_6_23)
iwlwifi
kernel
klibc
splashutils
;
kernelNew = ((allPackages {system = "i686-linux";}).kernelPackages_2_6_25).kernel;
}; };
x86_64LinuxPkgs = {inherit (allPackages {system = "x86_64-linux";}) x86_64LinuxPkgs = {inherit (allPackages {system = "x86_64-linux";})
@ -231,13 +233,14 @@ let
bison23 bison23
gcc gcc
hello hello
iwlwifi
kernel_2_6_23
kernel_2_6_25
libtool libtool
nixUnstable nixUnstable
subversion subversion
; ;
inherit ((allPackages {system = "i686-linux";}).kernelPackages_2_6_23)
iwlwifi
kernel
;
}; };
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";}) i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})