mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
nodejs_18: Add comment to warn about ffi-napi compatibility problem to prevent updating to newer versions.
This commit is contained in:
parent
aeae82eb6b
commit
49adc35edc
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user