Loading pkgs/tools/typesetting/tex/texlive/bin.nix +2 −1 Original line number Diff line number Diff line Loading @@ -304,7 +304,8 @@ chktex = stdenv.mkDerivation { inherit (common) src; nativeBuildInputs = [ pkg-config ]; buildInputs = [ core/*kpathsea*/ ]; # perl used in shebang of script bin/deweb buildInputs = [ core/*kpathsea*/ perl ]; preConfigure = "cd texk/chktex"; Loading Loading
pkgs/tools/typesetting/tex/texlive/bin.nix +2 −1 Original line number Diff line number Diff line Loading @@ -304,7 +304,8 @@ chktex = stdenv.mkDerivation { inherit (common) src; nativeBuildInputs = [ pkg-config ]; buildInputs = [ core/*kpathsea*/ ]; # perl used in shebang of script bin/deweb buildInputs = [ core/*kpathsea*/ perl ]; preConfigure = "cd texk/chktex"; Loading