Loading pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,11 @@ let license = map (x: lib.licenses.${x}) license; # TeX Live packages should not be installed directly into the user profile outputsToInstall = [ ]; longDescription = '' This package cannot be installed directly. Please use `texlive.withPackages`. ''; } // lib.optionalAttrs (args ? shortdesc) { description = args.shortdesc; }; hasBinfiles = args ? binfiles && args.binfiles != [ ]; Loading pkgs/tools/typesetting/tex/texlive/tl2nix.sed +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ $a} # extract revision s/^revision ([0-9]*)$/ revision = \1;/p # extract short description /^shortdesc (.+)$/{ s/"/\\"/g # escape quotes s/^shortdesc (.+)/ shortdesc = "\1";/p } # extract hashes of *.tar.xz s/^containerchecksum (.*)/ sha512.run = "\1";/p s/^doccontainerchecksum (.*)/ sha512.doc = "\1";/p Loading pkgs/tools/typesetting/tex/texlive/tlpdb.nix +4443 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,11 @@ let license = map (x: lib.licenses.${x}) license; # TeX Live packages should not be installed directly into the user profile outputsToInstall = [ ]; longDescription = '' This package cannot be installed directly. Please use `texlive.withPackages`. ''; } // lib.optionalAttrs (args ? shortdesc) { description = args.shortdesc; }; hasBinfiles = args ? binfiles && args.binfiles != [ ]; Loading
pkgs/tools/typesetting/tex/texlive/tl2nix.sed +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ $a} # extract revision s/^revision ([0-9]*)$/ revision = \1;/p # extract short description /^shortdesc (.+)$/{ s/"/\\"/g # escape quotes s/^shortdesc (.+)/ shortdesc = "\1";/p } # extract hashes of *.tar.xz s/^containerchecksum (.*)/ sha512.run = "\1";/p s/^doccontainerchecksum (.*)/ sha512.doc = "\1";/p Loading
pkgs/tools/typesetting/tex/texlive/tlpdb.nix +4443 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes