rPackages.textshaping: fix build
This commit is contained in:
parent
8541b1178c
commit
f4c82e0d62
1 changed files with 2 additions and 0 deletions
|
@ -491,6 +491,7 @@ let
|
|||
NanoMethViz = [ pkgs.zlib.dev ];
|
||||
RcppMeCab = [ pkgs.pkg-config ];
|
||||
HilbertVisGUI = with pkgs; [ pkg-config which ];
|
||||
textshaping = [ pkgs.pkg-config ];
|
||||
};
|
||||
|
||||
packagesWithBuildInputs = {
|
||||
|
@ -643,6 +644,7 @@ let
|
|||
RcppAlgos = [ pkgs.gmp.dev ];
|
||||
RcppBigIntAlgos = [ pkgs.gmp.dev ];
|
||||
HilbertVisGUI = [ pkgs.gnome2.gtkmm.dev ];
|
||||
textshaping = with pkgs; [ harfbuzz.dev freetype.dev fribidi libpng ];
|
||||
};
|
||||
|
||||
packagesRequiringX = [
|
||||
|
|
Loading…
Reference in a new issue