mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
fb0b48d3af
commit
7550a20a45
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ icu ];
|
||||
propagatedBuildInputs = [ icu ];
|
||||
|
||||
outputs = [ "out" "lib" "dev" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user