add screen, fix expression for less, move it to the right "section"

svn path=/nixpkgs/trunk/; revision=1208
This commit is contained in:
Armijn Hemel 2004-07-30 16:15:55 +00:00
parent 56c404a7a9
commit 55b6317300
2 changed files with 9 additions and 3 deletions

View File

@ -121,6 +121,14 @@ rec {
inherit fetchurl stdenv ocaml;
};
less = (import ../tools/misc/less) {
inherit fetchurl stdenv ncurses;
};
screen = (import ../tools/misc/screen) {
inherit fetchurl stdenv ncurses;
};
### SHELLS
bash = (import ../shells/bash) {
@ -650,9 +658,6 @@ rec {
inherit fetchurl stdenv ncurses;
};
less = (import ../applications/pagers/less) {
inherit fetchurl stdenv ncurses;
};
### GAMES

View File

@ -61,6 +61,7 @@ let {
hevea
vim
less
screen
;};