nuspell: provide icu for dependent packages

Icu is required for dependent packages to properly link against
nuspell.

This change makes enchant to compile again
This commit is contained in:
László Vaskó 2023-03-29 00:20:11 +02:00
parent fb0b48d3af
commit 7550a20a45

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ icu ];
propagatedBuildInputs = [ icu ];
outputs = [ "out" "lib" "dev" ];