yarn2nix-moretea-openssl_1_1: pass openssl for Node.js v18, unbreak this module
This commit is contained in:
parent
ba9c49900a
commit
e7585fad46
@ -1,7 +1,8 @@
|
|||||||
{ callPackage, fetchpatch, python3, enableNpm ? true }:
|
{ callPackage, openssl, fetchpatch, python3, enableNpm ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildNodejs = callPackage ./nodejs.nix {
|
buildNodejs = callPackage ./nodejs.nix {
|
||||||
|
inherit openssl;
|
||||||
python = python3;
|
python = python3;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user