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
1 changed files with 8 additions and 0 deletions

View File

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