nixpkgs/pkgs/system/populate-cache.nix
Eelco Dolstra c233d6f67c * Wrapper around Firefox to add some default plugins (currently, the
MPlayer plugin).

svn path=/nixpkgs/trunk/; revision=1565
2004-10-17 13:28:28 +00:00

90 lines
1.1 KiB
Nix

let {
i686LinuxPkgs = {inherit (import ./i686-linux.nix)
coreutils
findutils
diffutils
gnupatch
gnused
gnugrep
gawk
enscript
gnutar
zip
unzip
gzip
bzip2
wget
par2cmdline
cksfv
# bittorrent
graphviz
bash
binutils
gnum4
valgrind
texinfo
readline
octave
gnumake
bisonnew
flexnew
gccWrapped
aterm
strategoxt
xdoc
# ghc
# helium
perl
python
libxml2
libxslt
docbook_xml_dtd_42
docbook_xml_dtd_43
docbook_xml_ebnf_dtd
docbook_xml_xslt
subversion
pan
sylpheed
firefoxWrapper
thunderbird
lynx
MPlayer
MPlayerPlugin
vlc
zapping
gqview
hello
xchm
nxml
uml
nix
# ocaml
# hevea
vim
less
screen
xsel
openssl
mktemp
strace
postgresql
jetty
blackdown
apacheAntBlackdown14
subversionWithJava
;};
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
aterm
subversion
;};
body = [
i686LinuxPkgs
powerpcDarwinPkgs
];
}