mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Build aterm for release on i686-darwin
svn path=/nixpkgs/trunk/; revision=5600
This commit is contained in:
parent
59868ad0bc
commit
40a0f451b8
|
@ -175,6 +175,10 @@ let {
|
|||
# flexnew
|
||||
;};
|
||||
|
||||
i686DarwinPkgs = {inherit (allPackages {system = "i686-darwin";})
|
||||
aterm
|
||||
;};
|
||||
|
||||
cygwinPkgs = {inherit (allPackages {system = "i686-cygwin";})
|
||||
aterm
|
||||
;};
|
||||
|
@ -183,6 +187,7 @@ let {
|
|||
i686LinuxPkgs
|
||||
i686FreeBSDPkgs
|
||||
powerpcDarwinPkgs
|
||||
i686DarwinPkgs
|
||||
cygwinPkgs
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue