svn path=/nixpkgs/branches/stdenv-updates/; revision=12042

This commit is contained in:
Eelco Dolstra 2008-06-11 16:15:30 +00:00
parent 8f9baa2e5a
commit 4bc5a10817

View File

@ -222,12 +222,16 @@ let
}; };
x86_64LinuxPkgs = {inherit (allPackages {system = "x86_64-linux";}) x86_64LinuxPkgs = {inherit (allPackages {system = "x86_64-linux";})
MPlayer
MPlayerPlugin
aterm242fixes aterm242fixes
autoconf autoconf
automake19x automake19x
bash bash
binutils binutils
bison23 bison23
emacs
firefoxWrapper
gcc gcc
hello hello
iwlwifi iwlwifi
@ -235,7 +239,11 @@ let
libtool libtool
nixUnstable nixUnstable
subversion subversion
pan
; ;
inherit ((allPackages {system = "i686-linux";}).xorg)
xorgserver
;
}; };
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";}) i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})