nixpkgs/pkgs/system/populate-cache.nix
Eelco Dolstra d91c216e2c * Include gcc 3.4.x in the nixpkgs release.
* Remove precompiled headers, which are nice except that
  A) they don't work; and
  B) they make gcc take up 270% more disk space.

svn path=/nixpkgs/trunk/; revision=1129
2004-07-05 12:20:23 +00:00

73 lines
895 B
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
octavefront
gnumake
bisonnew
flexnew
gcc
gcc34
aterm
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
firefox
MPlayer
MPlayerPlugin
vlc
zapping
gqview
hello
xchm
nxml
uml
nix
;};
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
aterm
subversion
;};
body = [
i686LinuxPkgs
powerpcDarwinPkgs
];
}