nodePackages: prefix packages based on interpreter name

This commit is contained in:
Jaka Hudoklin
2015-02-23 13:29:50 +01:00
parent a869c8351c
commit 60993d7716
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, openssl, python, zlib, libuv, v8, utillinux, http-parser
, pkgconfig, runCommand, which, unstableVersion ? false
, pkgconfig, runCommand, which, unstableVersion ? false
}:
let
@@ -54,6 +54,8 @@ in stdenv.mkDerivation {
++ optionals stdenv.isDarwin [ pkgconfig openssl dtrace ];
setupHook = ./setup-hook.sh;
passthru.interpreterName = "nodejs";
meta = {
description = "Event-driven I/O framework for the V8 JavaScript engine";
homepage = http://nodejs.org;