nodejs: Set correct meta.position attribute
This commit is contained in:
parent
d4e1ef7b7b
commit
a88a712f7f
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
{ enableNpm ? true, version, sha256, patches }:
|
{ enableNpm ? true, version, sha256, patches } @args:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -54,6 +54,8 @@ in
|
|||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
|
pos = builtins.unsafeGetAttrPos "version" args;
|
||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
||||||
preBuild = optionalString stdenv.isDarwin ''
|
preBuild = optionalString stdenv.isDarwin ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user