parent
477d9adfe8
commit
0e56f5c26b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue