harfbuzz: add harfbuzzFull and remove other variants
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, rustPlatform
|
||||
, darwin, fontconfig, harfbuzz-icu, openssl, pkgconfig }:
|
||||
, darwin, fontconfig, harfbuzz, openssl, pkgconfig }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "tectonic-${version}";
|
||||
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [ fontconfig harfbuzz-icu openssl ]
|
||||
buildInputs = [ fontconfig harfbuzz openssl ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ ApplicationServices Cocoa Foundation ]);
|
||||
|
||||
# tests fail due to read-only nix store
|
||||
|
||||
Reference in New Issue
Block a user