node: set interpreterName for 0.10
This commit is contained in:
parent
5370dcccfe
commit
a83f55af1c
@ -54,6 +54,8 @@ in stdenv.mkDerivation {
|
|||||||
++ optionals stdenv.isDarwin [ pkgconfig openssl dtrace ];
|
++ optionals stdenv.isDarwin [ pkgconfig openssl dtrace ];
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
|
passthru.interpreterName = "nodejs-0.10";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Event-driven I/O framework for the V8 JavaScript engine";
|
description = "Event-driven I/O framework for the V8 JavaScript engine";
|
||||||
homepage = http://nodejs.org;
|
homepage = http://nodejs.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user