Skip to content

Commit

Permalink
texlive.bin.chktex: add perl interpreter to shebang (#231743)
Browse files Browse the repository at this point in the history
  • Loading branch information
xworld21 committed May 14, 2023
1 parent 27ca213 commit b3e5f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/tools/typesetting/tex/texlive/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit b3e5f58

Please sign in to comment.