2003-12-01 06:37:42 -08:00
|
|
|
let {
|
2004-07-01 07:00:42 -07:00
|
|
|
|
|
|
|
i686LinuxPkgs = {inherit (import ./i686-linux.nix)
|
|
|
|
coreutils
|
|
|
|
findutils
|
|
|
|
diffutils
|
|
|
|
gnupatch
|
|
|
|
gnused
|
|
|
|
gnugrep
|
|
|
|
gawk
|
|
|
|
enscript
|
|
|
|
gnutar
|
|
|
|
zip
|
|
|
|
unzip
|
|
|
|
gzip
|
|
|
|
bzip2
|
|
|
|
wget
|
|
|
|
par2cmdline
|
|
|
|
cksfv
|
2004-09-22 03:18:02 -07:00
|
|
|
# bittorrent
|
2004-07-01 07:00:42 -07:00
|
|
|
graphviz
|
|
|
|
bash
|
|
|
|
binutils
|
|
|
|
gnum4
|
|
|
|
valgrind
|
|
|
|
texinfo
|
2004-08-05 06:49:26 -07:00
|
|
|
readline
|
2004-08-05 06:05:38 -07:00
|
|
|
octave
|
2004-07-01 07:00:42 -07:00
|
|
|
gnumake
|
|
|
|
bisonnew
|
|
|
|
flexnew
|
2004-09-21 08:31:23 -07:00
|
|
|
gccWrapped
|
2004-07-01 07:00:42 -07:00
|
|
|
aterm
|
|
|
|
strategoxt
|
2004-09-13 01:45:50 -07:00
|
|
|
xdoc
|
2004-09-22 01:48:28 -07:00
|
|
|
# ghc
|
|
|
|
# helium
|
2004-07-01 07:00:42 -07:00
|
|
|
perl
|
|
|
|
python
|
|
|
|
libxml2
|
|
|
|
libxslt
|
|
|
|
docbook_xml_dtd_42
|
|
|
|
docbook_xml_dtd_43
|
|
|
|
docbook_xml_ebnf_dtd
|
|
|
|
docbook_xml_xslt
|
|
|
|
subversion
|
|
|
|
pan
|
|
|
|
sylpheed
|
2004-10-17 06:28:28 -07:00
|
|
|
firefoxWrapper
|
2004-09-15 04:06:15 -07:00
|
|
|
thunderbird
|
2004-07-26 03:33:58 -07:00
|
|
|
lynx
|
2004-07-01 07:00:42 -07:00
|
|
|
MPlayer
|
|
|
|
MPlayerPlugin
|
|
|
|
vlc
|
|
|
|
zapping
|
|
|
|
gqview
|
|
|
|
hello
|
|
|
|
xchm
|
|
|
|
nxml
|
|
|
|
uml
|
|
|
|
nix
|
2004-08-11 10:48:49 -07:00
|
|
|
# ocaml
|
|
|
|
# hevea
|
2004-07-30 05:57:27 -07:00
|
|
|
vim
|
2004-07-30 06:38:10 -07:00
|
|
|
less
|
2004-07-30 09:15:55 -07:00
|
|
|
screen
|
2004-09-22 12:31:39 -07:00
|
|
|
xsel
|
2004-08-02 05:27:01 -07:00
|
|
|
openssl
|
2004-08-03 08:41:08 -07:00
|
|
|
mktemp
|
2004-08-04 03:11:50 -07:00
|
|
|
strace
|
2004-07-01 07:00:42 -07:00
|
|
|
|
2004-09-12 10:16:50 -07:00
|
|
|
postgresql
|
|
|
|
jetty
|
|
|
|
blackdown
|
|
|
|
apacheAntBlackdown14
|
|
|
|
subversionWithJava
|
|
|
|
;};
|
2004-07-01 07:00:42 -07:00
|
|
|
|
|
|
|
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
|
|
|
|
aterm
|
2004-07-01 09:57:31 -07:00
|
|
|
subversion
|
2004-07-01 07:00:42 -07:00
|
|
|
;};
|
|
|
|
|
|
|
|
|
|
|
|
body = [
|
|
|
|
i686LinuxPkgs
|
|
|
|
powerpcDarwinPkgs
|
2004-09-21 08:31:23 -07:00
|
|
|
];
|
2004-01-13 06:39:29 -08:00
|
|
|
}
|