svn path=/nixpkgs/trunk/; revision=8359
This commit is contained in:
Eelco Dolstra 2007-03-19 20:05:32 +00:00
parent 477d9adfe8
commit 0e56f5c26b
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,7 @@ let {
;
};
i686LinuxPkgs = {inherit (allPackages {system = "i686-linux";})
x86_64LinuxPkgs = {inherit (allPackages {system = "x86_64-linux";})
aterm
autoconf
automake19x
@ -289,6 +289,7 @@ let {
body = [
i686LinuxPkgs
x86_64LinuxPkgs
powerpcLinuxPkgs
i686FreeBSDPkgs
powerpcDarwinPkgs