mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
* Add compiz and metacity to the channel.
svn path=/nixpkgs/trunk/; revision=8113
This commit is contained in:
parent
eb1592a45d
commit
a6fe30b2df
1 changed files with 7 additions and 2 deletions
|
@ -26,6 +26,7 @@ let {
|
|||
cdrtools
|
||||
chatzilla
|
||||
cksfv
|
||||
compiz
|
||||
coreutils
|
||||
cpio
|
||||
darcs
|
||||
|
@ -179,7 +180,7 @@ let {
|
|||
# xauth
|
||||
# xawtv
|
||||
# zapping
|
||||
;
|
||||
;
|
||||
inherit ((allPackages {system = "i686-linux";}).xorg)
|
||||
xorgserver
|
||||
xf86inputkeyboard
|
||||
|
@ -191,7 +192,11 @@ let {
|
|||
fontbh100dpi
|
||||
fontmiscmisc
|
||||
fontcursormisc
|
||||
;};
|
||||
;
|
||||
inherit ((allPackages {system = "i686-linux";}).gnome)
|
||||
metacity
|
||||
;
|
||||
};
|
||||
|
||||
powerpcLinuxPkgs = {inherit (allPackages {system = "powerpc-linux";})
|
||||
aterm
|
||||
|
|
Loading…
Reference in a new issue