nixpkgs/pkgs/system/populate-cache.nix
Eelco Dolstra 83562f3d1d * Remove Subversion 1.0.9, we don't need it anymore.
* Remove Subversion built with Java bindings from the cache.
* Add Mono to the cache.

svn path=/nixpkgs/trunk/; revision=2315
2005-02-27 11:29:54 +00:00

97 lines
1.2 KiB
Nix

let {
i686LinuxPkgs = {inherit (import ./i686-linux.nix)
coreutils
findutils
diffutils
gnupatch
gnused
gnugrep
gawk
enscript
gnutar
zip
unzip
gzip
bzip2
zdelta
bsdiff
wget
par2cmdline
cksfv
bittorrent
graphviz
bash
binutils
gnum4
valgrind
texinfo
readline
octave
gnumake
bisonnew
flexnew
gccWrapped
aterm
sdf2_bundle
strategoxt
# 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
xineUI
zapping
gqview
hello
xchm
nxml
uml
nix
# ocaml
mono
# hevea
vim
less
screen
xsel
openssl
mktemp
strace
qt3
xmltv
mythtv
mysql
postgresql
jetty
blackdown
apacheAntBlackdown14
;};
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
aterm
subversion
;};
body = [
i686LinuxPkgs
# powerpcDarwinPkgs
];
}