rPackages.ragg: fix build
This commit is contained in:
parent
18b3b8e2a7
commit
cad7decdd2
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue