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