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>2005-10-24 15:15:34 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-10-24 15:15:34 +0000
commite473e8691c067b4aafd2f428c930d11922b4802a (patch)
tree3b35dc6a8bfc7188921bbb79349468eeff70fadf /pkgs/system/all-packages-generic.nix
parentd785903b0598b6b7d085ca2575ca1eb333f1761a (diff)
downloadnixpkgs-e473e8691c067b4aafd2f428c930d11922b4802a.tar
nixpkgs-e473e8691c067b4aafd2f428c930d11922b4802a.tar.gz
nixpkgs-e473e8691c067b4aafd2f428c930d11922b4802a.tar.bz2
nixpkgs-e473e8691c067b4aafd2f428c930d11922b4802a.tar.lz
nixpkgs-e473e8691c067b4aafd2f428c930d11922b4802a.tar.xz
nixpkgs-e473e8691c067b4aafd2f428c930d11922b4802a.tar.zst
nixpkgs-e473e8691c067b4aafd2f428c930d11922b4802a.zip
add tcsh
svn path=/nixpkgs/trunk/; revision=4123
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 310b7ca4863..aaaaad40bfc 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -284,6 +284,10 @@ rec {
     inherit fetchurl stdenv;
   };
 
+  tcsh = (import ../shells/tcsh) {
+    inherit fetchurl stdenv ncurses;
+  };
+
   #bashDiet = (import ../shells/bash-diet) {
   #  inherit fetchurl stdenv dietgcc;
   #};
@@ -1373,6 +1377,10 @@ rec {
 
   ### APPLICATIONS
 
+  #openoffice = (import ../applications/office/openoffice) {
+  #  inherit fetchurl stdenv tcsh;
+  #};
+
   cvs = (import ../applications/version-management/cvs) {
     inherit fetchurl stdenv vim;
   };