Added gwydion-dylan to nixpkgs

svn path=/nixpkgs/trunk/; revision=1786
This commit is contained in:
Martin Bravenboer
2004-11-19 17:47:17 +00:00
parent 981cf60a3a
commit c35db17230
5 changed files with 51 additions and 0 deletions

View File

@@ -444,6 +444,14 @@ rec {
inherit fetchurl stdenv zlib;
};
dylan = (import ../development/compilers/gwydion-dylan) {
inherit fetchurl stdenv perl boehmgc yacc flex readline;
dylan =
(import ../development/compilers/gwydion-dylan/binary.nix) {
inherit fetchurl stdenv;
};
};
clisp = (import ../development/interpreters/clisp) {
inherit fetchurl stdenv libsigsegv gettext;
};
@@ -679,6 +687,9 @@ rec {
inherit fetchurl stdenv x11;
};
boehmgc = (import ../development/libraries/boehm-gc) {
inherit fetchurl stdenv;
};
### SERVERS