forked from mirrors/nixpkgs
* Add more NixOS-required packages to the channel.
svn path=/nixpkgs/trunk/; revision=8283
This commit is contained in:
parent
0a107102ad
commit
91e86150c2
|
@ -6,6 +6,7 @@ let {
|
||||||
MPlayer
|
MPlayer
|
||||||
MPlayerPlugin
|
MPlayerPlugin
|
||||||
#abc
|
#abc
|
||||||
|
alsaUtils
|
||||||
apacheAnt
|
apacheAnt
|
||||||
apacheHttpd
|
apacheHttpd
|
||||||
aspectj
|
aspectj
|
||||||
|
@ -30,6 +31,7 @@ let {
|
||||||
cpio
|
cpio
|
||||||
darcs
|
darcs
|
||||||
db4
|
db4
|
||||||
|
dhcp
|
||||||
dietlibc
|
dietlibc
|
||||||
diffutils
|
diffutils
|
||||||
docbook5
|
docbook5
|
||||||
|
@ -106,6 +108,7 @@ let {
|
||||||
pan
|
pan
|
||||||
par2cmdline
|
par2cmdline
|
||||||
#parted
|
#parted
|
||||||
|
pciutils
|
||||||
perl
|
perl
|
||||||
php
|
php
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
@ -148,6 +151,7 @@ let {
|
||||||
vim
|
vim
|
||||||
vlc
|
vlc
|
||||||
wget
|
wget
|
||||||
|
wirelesstools
|
||||||
wxHaskell
|
wxHaskell
|
||||||
xchm
|
xchm
|
||||||
xfig
|
xfig
|
||||||
|
@ -182,23 +186,24 @@ let {
|
||||||
# zapping
|
# zapping
|
||||||
;
|
;
|
||||||
inherit ((allPackages {system = "i686-linux";}).xorg)
|
inherit ((allPackages {system = "i686-linux";}).xorg)
|
||||||
xorgserver
|
fontbh100dpi
|
||||||
|
fontbhlucidatypewriter100dpi
|
||||||
|
fontbhttf
|
||||||
|
fontcursormisc
|
||||||
|
fontmiscmisc
|
||||||
|
xauth
|
||||||
xf86inputkeyboard
|
xf86inputkeyboard
|
||||||
xf86inputmouse
|
xf86inputmouse
|
||||||
xf86videovesa
|
|
||||||
xf86videoi810
|
xf86videoi810
|
||||||
fontbhttf
|
xf86videovesa
|
||||||
fontbhlucidatypewriter100dpi
|
xorgserver
|
||||||
fontbh100dpi
|
|
||||||
fontmiscmisc
|
|
||||||
fontcursormisc
|
|
||||||
;
|
;
|
||||||
inherit ((allPackages {system = "i686-linux";}).gnome)
|
inherit ((allPackages {system = "i686-linux";}).gnome)
|
||||||
metacity
|
|
||||||
gconfeditor
|
gconfeditor
|
||||||
|
gnomepanel
|
||||||
gnometerminal
|
gnometerminal
|
||||||
gnomeutils
|
gnomeutils
|
||||||
gnomepanel
|
metacity
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue