added entries for libtoolbus, toolbus, and joe
svn path=/nixpkgs/trunk/; revision=4680
This commit is contained in:
parent
1cc7a09617
commit
951754b034
@ -2217,4 +2217,15 @@ rec {
|
|||||||
inherit fetchurl stdenv x11 mesa;
|
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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user