fcft: support cross-compilation

This commit is contained in:
Rick van Schijndel 2021-07-07 23:12:54 +02:00 committed by sterni
parent 0b37992260
commit 5ae0e01511

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "01zvc8519fcg14nmcx3iqap9jnspcnr6pvlr59ipqxs0jprnrxl2";
};
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ pkg-config meson ninja scdoc ];
buildInputs = [ freetype fontconfig pixman tllist ]
++ lib.optional withHarfBuzz harfbuzz;