svn path=/nixpkgs/branches/stdenv-updates/; revision=12042
This commit is contained in:
parent
8f9baa2e5a
commit
4bc5a10817
@ -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";})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user