Reintroduced attribute scsh accidentally removed in revision 18299.
svn path=/nixpkgs/trunk/; revision=18311
This commit is contained in:
parent
de6aa89c45
commit
c0a1119f10
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user