nodejs: Set correct meta.position attribute

wip/yesman
adisbladis 6 years ago
parent d4e1ef7b7b
commit a88a712f7f
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5
  1. 4
      pkgs/development/web/nodejs/nodejs.nix

@ -5,7 +5,7 @@
with stdenv.lib;
{ enableNpm ? true, version, sha256, patches }:
{ enableNpm ? true, version, sha256, patches } @args:
let
@ -54,6 +54,8 @@ in
setupHook = ./setup-hook.sh;
pos = builtins.unsafeGetAttrPos "version" args;
inherit patches;
preBuild = optionalString stdenv.isDarwin ''

Loading…
Cancel
Save