* Add FreeBSD binaries to the cache.
svn path=/nixpkgs/trunk/; revision=3020
This commit is contained in:
parent
0217d8b204
commit
54df9b835f
@ -1,6 +1,8 @@
|
|||||||
let {
|
let {
|
||||||
|
|
||||||
i686LinuxPkgs = {inherit (import ./i686-linux.nix)
|
allPackages = import ./all-packages.nix;
|
||||||
|
|
||||||
|
i686LinuxPkgs = {inherit (allPackages {system = "i686-linux";})
|
||||||
coreutils
|
coreutils
|
||||||
findutils
|
findutils
|
||||||
diffutils
|
diffutils
|
||||||
@ -47,7 +49,6 @@ let {
|
|||||||
libxslt
|
libxslt
|
||||||
docbook_xml_dtd_42
|
docbook_xml_dtd_42
|
||||||
docbook_xml_dtd_43
|
docbook_xml_dtd_43
|
||||||
docbook_xml_ebnf_dtd
|
|
||||||
docbook_xml_xslt
|
docbook_xml_xslt
|
||||||
subversion
|
subversion
|
||||||
pan
|
pan
|
||||||
@ -92,7 +93,19 @@ let {
|
|||||||
apacheAntBlackdown14
|
apacheAntBlackdown14
|
||||||
;};
|
;};
|
||||||
|
|
||||||
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
|
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
|
||||||
|
unzip
|
||||||
|
subversion
|
||||||
|
curl
|
||||||
|
libxml2
|
||||||
|
libxslt
|
||||||
|
docbook_xml_dtd_42
|
||||||
|
docbook_xml_dtd_43
|
||||||
|
docbook_xml_xslt
|
||||||
|
nxml
|
||||||
|
;};
|
||||||
|
|
||||||
|
powerpcDarwinPkgs = {inherit (allPackages {system = "powerpc-darwin";})
|
||||||
unzip
|
unzip
|
||||||
aterm
|
aterm
|
||||||
subversion
|
subversion
|
||||||
@ -102,7 +115,6 @@ let {
|
|||||||
libxslt
|
libxslt
|
||||||
docbook_xml_dtd_42
|
docbook_xml_dtd_42
|
||||||
docbook_xml_dtd_43
|
docbook_xml_dtd_43
|
||||||
docbook_xml_ebnf_dtd
|
|
||||||
docbook_xml_xslt
|
docbook_xml_xslt
|
||||||
nxml
|
nxml
|
||||||
;};
|
;};
|
||||||
@ -110,6 +122,7 @@ let {
|
|||||||
|
|
||||||
body = [
|
body = [
|
||||||
i686LinuxPkgs
|
i686LinuxPkgs
|
||||||
|
i686FreeBSDPkgs
|
||||||
powerpcDarwinPkgs
|
powerpcDarwinPkgs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user