mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-13 09:27:01 +00:00
Build aterm for release on i686-darwin
svn path=/nixpkgs/trunk/; revision=5600
This commit is contained in:
parent
59868ad0bc
commit
40a0f451b8
1 changed files with 5 additions and 0 deletions
|
@ -175,6 +175,10 @@ let {
|
||||||
# flexnew
|
# flexnew
|
||||||
;};
|
;};
|
||||||
|
|
||||||
|
i686DarwinPkgs = {inherit (allPackages {system = "i686-darwin";})
|
||||||
|
aterm
|
||||||
|
;};
|
||||||
|
|
||||||
cygwinPkgs = {inherit (allPackages {system = "i686-cygwin";})
|
cygwinPkgs = {inherit (allPackages {system = "i686-cygwin";})
|
||||||
aterm
|
aterm
|
||||||
;};
|
;};
|
||||||
|
@ -183,6 +187,7 @@ let {
|
||||||
i686LinuxPkgs
|
i686LinuxPkgs
|
||||||
i686FreeBSDPkgs
|
i686FreeBSDPkgs
|
||||||
powerpcDarwinPkgs
|
powerpcDarwinPkgs
|
||||||
|
i686DarwinPkgs
|
||||||
cygwinPkgs
|
cygwinPkgs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue