summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2004-07-30 16:15:55 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2004-07-30 16:15:55 +0000
commit55b631730040da81147fdb55e9814c06f960bfa1 (patch)
treebec480b657d62067b38b0468cac6e909b3051ad5 /pkgs/system/all-packages-generic.nix
parent56c404a7a96c6447590ea90467558ff1fe81a0d3 (diff)
downloadnixpkgs-55b631730040da81147fdb55e9814c06f960bfa1.tar
nixpkgs-55b631730040da81147fdb55e9814c06f960bfa1.tar.gz
nixpkgs-55b631730040da81147fdb55e9814c06f960bfa1.tar.bz2
nixpkgs-55b631730040da81147fdb55e9814c06f960bfa1.tar.lz
nixpkgs-55b631730040da81147fdb55e9814c06f960bfa1.tar.xz
nixpkgs-55b631730040da81147fdb55e9814c06f960bfa1.tar.zst
nixpkgs-55b631730040da81147fdb55e9814c06f960bfa1.zip
add screen, fix expression for less, move it to the right "section"
svn path=/nixpkgs/trunk/; revision=1208
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index add9e6e83da..6b240d61470 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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