Skip to content

Commit 1d4d82c

Browse files
committed
biber-for-tectonic: move to pkgs/by-name
1 parent fcf20b1 commit 1d4d82c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

pkgs/tools/typesetting/tectonic/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This file provides the `tectonic-unwrapped` package. On the other hand,
33
the `tectonic` package is defined in `../tectonic/package.nix`, by wrapping
44
- [`tectonic-unwrapped`](./default.nix) i.e. this package, and
5-
- [`biber-for-tectonic`](./biber.nix),
5+
- [`biber-for-tectonic`](../../bi/biber-for-tectonic/package.nix),
66
which provides a compatible version of `biber`.
77
*/
88

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,8 +2677,6 @@ with pkgs;
26772677
beetsPackages = lib.recurseIntoAttrs (callPackage ../tools/audio/beets { });
26782678
inherit (beetsPackages) beets beets-unstable;
26792679

2680-
biber-for-tectonic = callPackage ../tools/typesetting/tectonic/biber.nix { };
2681-
26822680
binlore = callPackage ../development/tools/analysis/binlore { };
26832681

26842682
birdfont = callPackage ../tools/misc/birdfont { };

0 commit comments

Comments
 (0)