nodejs_18: Add comment to warn about ffi-napi compatibility problem to prevent updating to newer versions.

This commit is contained in:
Rucadi 2024-03-28 23:23:15 +01:00 committed by GitHub
parent aeae82eb6b
commit 49adc35edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ let
in
buildNodejs {
inherit enableNpm;
# The change to minor version 18.20.0 breaks compatibility with ffi-napi
# This breaks the compilation of some nix packages.
# While this is investigated and fixed, do not upgrade the minor version.
version = "18.19.1";
sha256 = "sha256-CQ+WouzeCAtrOCxtZCvKXQvkcCp4y1Vb578CsgvRbe0=";
patches = [