mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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;
|
||||
};
|
||||
|
||||
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
|
||||
|
||||
|
@ -61,6 +61,7 @@ let {
|
||||
hevea
|
||||
vim
|
||||
less
|
||||
screen
|
||||
;};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user