biber-for-tectonic: move to pkgs/by-name

This commit is contained in:
Doron Behar 2025-02-16 10:41:11 +02:00
parent fcf20b1bd0
commit 1d4d82c19b
3 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
This file provides the `tectonic-unwrapped` package. On the other hand,
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),
- [`biber-for-tectonic`](../../bi/biber-for-tectonic/package.nix),
which provides a compatible version of `biber`.
*/

View File

@ -2677,8 +2677,6 @@ with pkgs;
beetsPackages = lib.recurseIntoAttrs (callPackage ../tools/audio/beets { });
inherit (beetsPackages) beets beets-unstable;
biber-for-tectonic = callPackage ../tools/typesetting/tectonic/biber.nix { };
binlore = callPackage ../development/tools/analysis/binlore { };
birdfont = callPackage ../tools/misc/birdfont { };