3
0
Fork 0
forked from mirrors/nixpkgs

Reintroduced attribute scsh accidentally removed in revision 18299.

svn path=/nixpkgs/trunk/; revision=18311
This commit is contained in:
Marco Maggesi 2009-11-09 13:20:27 +00:00
parent de6aa89c45
commit c0a1119f10

View file

@ -2498,6 +2498,10 @@ let
inherit fetchurl stdenv sqlite ruby ;
};
scsh = import ../development/interpreters/scsh {
inherit stdenv fetchurl;
};
spidermonkey = import ../development/interpreters/spidermonkey {
inherit fetchurl stdenv readline;
};