tectonic: move to pkgs/by-name

Doron Behar fcf20b1b 5c6ca3c5

+1 -3
+1 -1
pkgs/tools/typesetting/tectonic/default.nix
··· 1 /* 2 This file provides the `tectonic-unwrapped` package. On the other hand, 3 - the `tectonic` package is defined in `./wrapper.nix`, by wrapping 4 - [`tectonic-unwrapped`](./default.nix) i.e. this package, and 5 - [`biber-for-tectonic`](./biber.nix), 6 which provides a compatible version of `biber`.
··· 1 /* 2 This file provides the `tectonic-unwrapped` package. On the other hand, 3 + the `tectonic` package is defined in `../tectonic/package.nix`, by wrapping 4 - [`tectonic-unwrapped`](./default.nix) i.e. this package, and 5 - [`biber-for-tectonic`](./biber.nix), 6 which provides a compatible version of `biber`.
pkgs/tools/typesetting/tectonic/tests.nix pkgs/by-name/te/tectonic/tests.nix
pkgs/tools/typesetting/tectonic/wrapper.nix pkgs/by-name/te/tectonic/package.nix
-2
pkgs/top-level/all-packages.nix
··· 10683 10684 tclap_1_4 = callPackage ../development/libraries/tclap/1.4.nix { }; 10685 10686 - tectonic = callPackage ../tools/typesetting/tectonic/wrapper.nix { }; 10687 - 10688 tectonic-unwrapped = callPackage ../tools/typesetting/tectonic { 10689 harfbuzz = harfbuzzFull; 10690 };
··· 10683 10684 tclap_1_4 = callPackage ../development/libraries/tclap/1.4.nix { }; 10685 10686 tectonic-unwrapped = callPackage ../tools/typesetting/tectonic { 10687 harfbuzz = harfbuzzFull; 10688 };