summaryrefslogtreecommitdiffstats
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
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 310b7ca48639..aaaaad40bfcf 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;
};