Merge pull request #192784 from RaitoBezarius/fix-yarn2nix-moretea-for-older-openssl

yarn2nix-moretea-openssl_1_1: pass openssl for Node.js v18, unbreak it
This commit is contained in:
Mario Rodas 2022-09-24 11:25:07 -05:00 committed by GitHub
commit 117f0a80ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
{ callPackage, fetchpatch, python3, enableNpm ? true }:
{ callPackage, openssl, fetchpatch, python3, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {
inherit openssl;
python = python3;
};
in