File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
by-name/te/tectonic-unwrapped Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11/*
22 This file provides the `tectonic-unwrapped` package. On the other hand,
33 the `tectonic` package is defined in `../tectonic/package.nix`, by wrapping
4- - [`tectonic-unwrapped`](./default .nix) i.e. this package, and
4+ - [`tectonic-unwrapped`](./package .nix) i.e. this package, and
55 - [`biber-for-tectonic`](../../bi/biber-for-tectonic/package.nix),
66 which provides a compatible version of `biber`.
77*/
1313 rustPlatform ,
1414 darwin ,
1515 fontconfig ,
16- harfbuzz ,
16+ harfbuzzFull ,
1717 openssl ,
1818 pkg-config ,
1919 icu ,
@@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
6060 [
6161 icu
6262 fontconfig
63- harfbuzz
63+ harfbuzzFull
6464 openssl
6565 ]
6666 ++ lib . optionals stdenv . hostPlatform . isDarwin (
Original file line number Diff line number Diff line change @@ -10681,10 +10681,6 @@ with pkgs;
1068110681
1068210682 tclap_1_4 = callPackage ../development/libraries/tclap/1.4.nix { };
1068310683
10684- tectonic-unwrapped = callPackage ../tools/typesetting/tectonic {
10685- harfbuzz = harfbuzzFull;
10686- };
10687-
1068810684 termbench-pro = callPackage ../by-name/te/termbench-pro/package.nix {
1068910685 stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else stdenv;
1069010686 fmt = fmt_11;
You can’t perform that action at this time.
0 commit comments