Loading pkgs/tools/typesetting/tectonic/biber.nix→pkgs/by-name/bi/biber-for-tectonic/package.nix +0 −0 File moved. View file pkgs/tools/typesetting/tectonic/default.nix→pkgs/by-name/te/tectonic-unwrapped/package.nix +8 −8 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 - [`tectonic-unwrapped`](./default.nix) i.e. this package, and - [`biber-for-tectonic`](./biber.nix), the `tectonic` package is defined in `../tectonic/package.nix`, by wrapping - [`tectonic-unwrapped`](./package.nix) i.e. this package, and - [`biber-for-tectonic`](../../bi/biber-for-tectonic/package.nix), which provides a compatible version of `biber`. */ Loading @@ -13,7 +13,7 @@ rustPlatform, darwin, fontconfig, harfbuzz, harfbuzzFull, openssl, pkg-config, icu, Loading Loading @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec { [ icu fontconfig harfbuzz harfbuzzFull openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( Loading @@ -86,13 +86,13 @@ rustPlatform.buildRustPackage rec { doCheck = true; meta = with lib; { meta = { description = "Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive"; homepage = "https://tectonic-typesetting.github.io/"; changelog = "https://github.com/tectonic-typesetting/tectonic/blob/tectonic@${version}/CHANGELOG.md"; license = with licenses; [ mit ]; license = with lib.licenses; [ mit ]; mainProgram = "tectonic"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ lluchs doronbehar bryango Loading pkgs/tools/typesetting/tectonic/wrapper.nix→pkgs/by-name/te/tectonic/package.nix +0 −0 File moved. View file pkgs/tools/typesetting/tectonic/tests.nix→pkgs/by-name/te/tectonic/tests.nix +0 −0 File moved. View file pkgs/top-level/all-packages.nix +0 −8 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading @@ -10683,12 +10681,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; }; termbench-pro = callPackage ../by-name/te/termbench-pro/package.nix { stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else stdenv; fmt = fmt_11; Loading Loading
pkgs/tools/typesetting/tectonic/biber.nix→pkgs/by-name/bi/biber-for-tectonic/package.nix +0 −0 File moved. View file
pkgs/tools/typesetting/tectonic/default.nix→pkgs/by-name/te/tectonic-unwrapped/package.nix +8 −8 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 - [`tectonic-unwrapped`](./default.nix) i.e. this package, and - [`biber-for-tectonic`](./biber.nix), the `tectonic` package is defined in `../tectonic/package.nix`, by wrapping - [`tectonic-unwrapped`](./package.nix) i.e. this package, and - [`biber-for-tectonic`](../../bi/biber-for-tectonic/package.nix), which provides a compatible version of `biber`. */ Loading @@ -13,7 +13,7 @@ rustPlatform, darwin, fontconfig, harfbuzz, harfbuzzFull, openssl, pkg-config, icu, Loading Loading @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec { [ icu fontconfig harfbuzz harfbuzzFull openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( Loading @@ -86,13 +86,13 @@ rustPlatform.buildRustPackage rec { doCheck = true; meta = with lib; { meta = { description = "Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive"; homepage = "https://tectonic-typesetting.github.io/"; changelog = "https://github.com/tectonic-typesetting/tectonic/blob/tectonic@${version}/CHANGELOG.md"; license = with licenses; [ mit ]; license = with lib.licenses; [ mit ]; mainProgram = "tectonic"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ lluchs doronbehar bryango Loading
pkgs/tools/typesetting/tectonic/wrapper.nix→pkgs/by-name/te/tectonic/package.nix +0 −0 File moved. View file
pkgs/tools/typesetting/tectonic/tests.nix→pkgs/by-name/te/tectonic/tests.nix +0 −0 File moved. View file
pkgs/top-level/all-packages.nix +0 −8 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading @@ -10683,12 +10681,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; }; termbench-pro = callPackage ../by-name/te/termbench-pro/package.nix { stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else stdenv; fmt = fmt_11; Loading