summary refs log tree commit diff
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.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index dca0734f2c7..77a2464e040 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -2217,4 +2217,15 @@ rec {
     inherit fetchurl stdenv x11 mesa;
   };
 
+  toolbuslib = (import ../development/libraries/toolbuslib) {
+    inherit stdenv fetchurl aterm;
+  };
+
+  toolbus = (import ../development/interpreters/toolbus) {
+    inherit stdenv fetchurl atermjava toolbuslib aterm yacc flex;
+  };
+
+  joe = (import ../applications/editors/joe) {
+    inherit stdenv fetchurl;
+  };
 }