tectonic: move to pkgs/by-name

This commit is contained in:
Doron Behar 2025-02-16 10:39:48 +02:00
parent 5c6ca3c5aa
commit fcf20b1bd0
4 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
This file provides the `tectonic-unwrapped` package. On the other hand,
the `tectonic` package is defined in `./wrapper.nix`, by wrapping
the `tectonic` package is defined in `../tectonic/package.nix`, by wrapping
- [`tectonic-unwrapped`](./default.nix) i.e. this package, and
- [`biber-for-tectonic`](./biber.nix),
which provides a compatible version of `biber`.

View File

@ -10683,8 +10683,6 @@ with pkgs;
tclap_1_4 = callPackage ../development/libraries/tclap/1.4.nix { };
tectonic = callPackage ../tools/typesetting/tectonic/wrapper.nix { };
tectonic-unwrapped = callPackage ../tools/typesetting/tectonic {
harfbuzz = harfbuzzFull;
};