Commit fcf20b1b authored by Doron Behar's avatar Doron Behar
Browse files

tectonic: move to pkgs/by-name

parent 5c6ca3c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
  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`.
+0 −2
Original line number Diff line number Diff line
@@ -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;
  };