add screen, fix expression for less, move it to the right "section"
svn path=/nixpkgs/trunk/; revision=1208
This commit is contained in:
parent
56c404a7a9
commit
55b6317300
@ -121,6 +121,14 @@ rec {
|
|||||||
inherit fetchurl stdenv ocaml;
|
inherit fetchurl stdenv ocaml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
less = (import ../tools/misc/less) {
|
||||||
|
inherit fetchurl stdenv ncurses;
|
||||||
|
};
|
||||||
|
|
||||||
|
screen = (import ../tools/misc/screen) {
|
||||||
|
inherit fetchurl stdenv ncurses;
|
||||||
|
|
||||||
|
};
|
||||||
### SHELLS
|
### SHELLS
|
||||||
|
|
||||||
bash = (import ../shells/bash) {
|
bash = (import ../shells/bash) {
|
||||||
@ -650,9 +658,6 @@ rec {
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
less = (import ../applications/pagers/less) {
|
|
||||||
inherit fetchurl stdenv ncurses;
|
|
||||||
};
|
|
||||||
|
|
||||||
### GAMES
|
### GAMES
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ let {
|
|||||||
hevea
|
hevea
|
||||||
vim
|
vim
|
||||||
less
|
less
|
||||||
|
screen
|
||||||
;};
|
;};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user