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