added entries for libtoolbus, toolbus, and joe

svn path=/nixpkgs/trunk/; revision=4680
This commit is contained in:
Merijn de Jonge 2006-02-02 16:31:23 +00:00
parent 1cc7a09617
commit 951754b034

View File

@ -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;
};
}