* Build some stuff for x86_64.
svn path=/nixpkgs/trunk/; revision=8358
This commit is contained in:
parent
9d81167f77
commit
477d9adfe8
|
@ -208,6 +208,22 @@ let {
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i686LinuxPkgs = {inherit (allPackages {system = "i686-linux";})
|
||||||
|
aterm
|
||||||
|
autoconf
|
||||||
|
automake19x
|
||||||
|
bash
|
||||||
|
binutils
|
||||||
|
bison23
|
||||||
|
gcc
|
||||||
|
hello
|
||||||
|
kernel
|
||||||
|
libtool
|
||||||
|
nixUnstable
|
||||||
|
subversion
|
||||||
|
;
|
||||||
|
};
|
||||||
|
|
||||||
powerpcLinuxPkgs = {inherit (allPackages {system = "powerpc-linux";})
|
powerpcLinuxPkgs = {inherit (allPackages {system = "powerpc-linux";})
|
||||||
aterm
|
aterm
|
||||||
;};
|
;};
|
||||||
|
|
Loading…
Reference in New Issue