3
0
Fork 0
forked from mirrors/nixpkgs

* Build some stuff for x86_64.

svn path=/nixpkgs/trunk/; revision=8358
This commit is contained in:
Eelco Dolstra 2007-03-19 20:01:55 +00:00
parent 9d81167f77
commit 477d9adfe8

View file

@ -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";})
aterm
;};