mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
10e4887e50
svn path=/nixpkgs/trunk/; revision=2427
105 lines
1.3 KiB
Nix
105 lines
1.3 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
|
|
autoconf
|
|
automake19x
|
|
libtool
|
|
pkgconfig
|
|
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
|
|
fspot
|
|
hello
|
|
xchm
|
|
nxml
|
|
uml
|
|
nix
|
|
# ocaml
|
|
mono
|
|
monodoc
|
|
monodevelop
|
|
# hevea
|
|
vim
|
|
less
|
|
file
|
|
screen
|
|
xsel
|
|
openssl
|
|
mktemp
|
|
strace
|
|
qt3
|
|
xmltv
|
|
mythtv
|
|
|
|
mysql
|
|
postgresql
|
|
jetty
|
|
blackdown
|
|
apacheAntBlackdown14
|
|
;};
|
|
|
|
powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
|
|
aterm
|
|
subversion
|
|
;};
|
|
|
|
|
|
body = [
|
|
i686LinuxPkgs
|
|
# powerpcDarwinPkgs
|
|
];
|
|
}
|