Merge pull request #291770 from bryango/tectonic-external-harfbuzz
tectonic: build with nixpkgs harfbuzz
This commit is contained in:
commit
f8a93f0462
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec {
|
|||
owner = "tectonic-typesetting";
|
||||
repo = "tectonic";
|
||||
rev = "tectonic@${version}";
|
||||
fetchSubmodules = true;
|
||||
sha256 = "sha256-xZHYiaQ8ASUwu0ieHIXcjRaH06SQoB6OR1y7Ok+FjAs=";
|
||||
};
|
||||
|
||||
|
@ -34,6 +33,8 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildFeatures = [ "external-harfbuzz" ];
|
||||
|
||||
buildInputs = [ icu fontconfig harfbuzz openssl ]
|
||||
++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ ApplicationServices Cocoa Foundation ]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue