node: set interpreterName for 0.10

This commit is contained in:
Domen Kožar 2015-04-16 12:42:58 -04:00
parent 5370dcccfe
commit a83f55af1c

View file

@ -54,6 +54,8 @@ in stdenv.mkDerivation {
++ optionals stdenv.isDarwin [ pkgconfig openssl dtrace ];
setupHook = ./setup-hook.sh;
passthru.interpreterName = "nodejs-0.10";
meta = {
description = "Event-driven I/O framework for the V8 JavaScript engine";
homepage = http://nodejs.org;