From 1d4d82c19bdfb56d5815e958faaae682d273332b Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 16 Feb 2025 10:41:11 +0200 Subject: [PATCH] biber-for-tectonic: move to pkgs/by-name --- .../biber.nix => by-name/bi/biber-for-tectonic/package.nix} | 0 pkgs/tools/typesetting/tectonic/default.nix | 2 +- pkgs/top-level/all-packages.nix | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) rename pkgs/{tools/typesetting/tectonic/biber.nix => by-name/bi/biber-for-tectonic/package.nix} (100%) diff --git a/pkgs/tools/typesetting/tectonic/biber.nix b/pkgs/by-name/bi/biber-for-tectonic/package.nix similarity index 100% rename from pkgs/tools/typesetting/tectonic/biber.nix rename to pkgs/by-name/bi/biber-for-tectonic/package.nix diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix index 92d3fa34f134..dee6f4d59ea1 100644 --- a/pkgs/tools/typesetting/tectonic/default.nix +++ b/pkgs/tools/typesetting/tectonic/default.nix @@ -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`. */ diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 923f605b6edb..ceb62d3cca09 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };