mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Build some more packages for release on i686-darwin
svn path=/nixpkgs/trunk/; revision=5601
This commit is contained in:
parent
40a0f451b8
commit
f968ef400f
|
@ -177,6 +177,12 @@ let {
|
|||
|
||||
i686DarwinPkgs = {inherit (allPackages {system = "i686-darwin";})
|
||||
aterm
|
||||
autoconf
|
||||
automake19x
|
||||
libtool
|
||||
libxml2
|
||||
libxslt
|
||||
subversion
|
||||
;};
|
||||
|
||||
cygwinPkgs = {inherit (allPackages {system = "i686-cygwin";})
|
||||
|
|
Loading…
Reference in a new issue