* Start building packages for Mac OS X.
svn path=/nixpkgs/trunk/; revision=1113
This commit is contained in:
parent
d92fa0bf37
commit
8884c47b3e
@ -1,59 +1,71 @@
|
|||||||
let {
|
let {
|
||||||
pkgs = import ./i686-linux.nix;
|
|
||||||
body =
|
i686LinuxPkgs = {inherit (import ./i686-linux.nix)
|
||||||
[
|
coreutils
|
||||||
pkgs.coreutils
|
findutils
|
||||||
pkgs.findutils
|
diffutils
|
||||||
pkgs.diffutils
|
gnupatch
|
||||||
pkgs.gnupatch
|
gnused
|
||||||
pkgs.gnused
|
gnugrep
|
||||||
pkgs.gnugrep
|
gawk
|
||||||
pkgs.gawk
|
enscript
|
||||||
pkgs.enscript
|
gnutar
|
||||||
pkgs.gnutar
|
zip
|
||||||
pkgs.zip
|
unzip
|
||||||
pkgs.unzip
|
gzip
|
||||||
pkgs.gzip
|
bzip2
|
||||||
pkgs.bzip2
|
wget
|
||||||
pkgs.wget
|
par2cmdline
|
||||||
pkgs.par2cmdline
|
cksfv
|
||||||
pkgs.cksfv
|
bittorrent
|
||||||
pkgs.bittorrent
|
graphviz
|
||||||
pkgs.graphviz
|
bash
|
||||||
pkgs.bash
|
binutils
|
||||||
pkgs.binutils
|
gnum4
|
||||||
pkgs.gnum4
|
valgrind
|
||||||
pkgs.valgrind
|
texinfo
|
||||||
pkgs.texinfo
|
octavefront
|
||||||
pkgs.octavefront
|
gnumake
|
||||||
pkgs.gnumake
|
bisonnew
|
||||||
pkgs.bisonnew
|
flexnew
|
||||||
pkgs.flexnew
|
gcc
|
||||||
pkgs.gcc
|
aterm
|
||||||
pkgs.strategoxt
|
strategoxt
|
||||||
pkgs.ghc
|
ghc
|
||||||
pkgs.helium
|
helium
|
||||||
pkgs.perl
|
perl
|
||||||
pkgs.python
|
python
|
||||||
pkgs.libxml2
|
libxml2
|
||||||
pkgs.libxslt
|
libxslt
|
||||||
pkgs.docbook_xml_dtd_42
|
docbook_xml_dtd_42
|
||||||
pkgs.docbook_xml_dtd_43
|
docbook_xml_dtd_43
|
||||||
pkgs.docbook_xml_ebnf_dtd
|
docbook_xml_ebnf_dtd
|
||||||
pkgs.docbook_xml_xslt
|
docbook_xml_xslt
|
||||||
pkgs.subversion
|
subversion
|
||||||
pkgs.pan
|
pan
|
||||||
pkgs.sylpheed
|
sylpheed
|
||||||
pkgs.firefox
|
firefox
|
||||||
pkgs.MPlayer
|
MPlayer
|
||||||
pkgs.MPlayerPlugin
|
MPlayerPlugin
|
||||||
pkgs.vlc
|
vlc
|
||||||
pkgs.zapping
|
zapping
|
||||||
pkgs.gqview
|
gqview
|
||||||
pkgs.hello
|
hello
|
||||||
pkgs.xchm
|
xchm
|
||||||
pkgs.nxml
|
nxml
|
||||||
pkgs.uml
|
uml
|
||||||
pkgs.nix
|
nix
|
||||||
|
;};
|
||||||
|
|
||||||
|
|
||||||
|
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
|
||||||
|
aterm
|
||||||
|
hello
|
||||||
|
;};
|
||||||
|
|
||||||
|
|
||||||
|
body = [
|
||||||
|
i686LinuxPkgs
|
||||||
|
powerpcDarwinPkgs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user