Skip to content

Commit b9f83c7

Browse files
committed
tectonic-unwrapped: move to pkgs/by-name
1 parent 1d4d82c commit b9f83c7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

pkgs/tools/typesetting/tectonic/default.nix renamed to pkgs/by-name/te/tectonic-unwrapped/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
*/
@@ -13,7 +13,7 @@
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 (

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)