tectonic-unwrapped: reorder expression arguments

This commit is contained in:
Doron Behar
2026-04-19 17:51:12 +03:00
parent 33d317fc74
commit a4bcccc9c1
@@ -10,13 +10,17 @@
lib,
clangStdenv,
fetchFromGitHub,
fetchpatch2,
rustPlatform,
# nativeBuildInputs
pkg-config,
# buildInputs
fontconfig,
harfbuzzFull,
openssl,
pkg-config,
icu,
fetchpatch2,
}:
let
@@ -61,7 +65,9 @@ buildRustPackage (finalAttrs: {
cargoHash = "sha256-OMa89riyopKMQf9E9Fr7Qs4hFfEfjnDFzaSWFtkYUXE=";
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
pkg-config
];
buildFeatures = [ "external-harfbuzz" ];