rPackages.ragg: fix build

This commit is contained in:
Justin Bedo 2022-01-07 14:10:44 +11:00
parent 18b3b8e2a7
commit cad7decdd2
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -492,6 +492,7 @@ let
RcppMeCab = [ pkgs.pkg-config ]; RcppMeCab = [ pkgs.pkg-config ];
HilbertVisGUI = with pkgs; [ pkg-config which ]; HilbertVisGUI = with pkgs; [ pkg-config which ];
textshaping = [ pkgs.pkg-config ]; textshaping = [ pkgs.pkg-config ];
ragg = [ pkgs.pkg-config ];
}; };
packagesWithBuildInputs = { packagesWithBuildInputs = {
@ -647,6 +648,7 @@ let
textshaping = with pkgs; [ harfbuzz.dev freetype.dev fribidi libpng ]; textshaping = with pkgs; [ harfbuzz.dev freetype.dev fribidi libpng ];
DropletUtils = [ pkgs.zlib.dev ]; DropletUtils = [ pkgs.zlib.dev ];
RMariaDB = [ pkgs.libmysqlclient.dev ]; RMariaDB = [ pkgs.libmysqlclient.dev ];
ragg = with pkgs; [ freetype.dev libpng.dev libtiff.dev zlib.dev libjpeg.dev bzip2.dev ];
}; };
packagesRequiringX = [ packagesRequiringX = [