texlive.bin.chktex: add perl interpreter to shebang (#231743)

authored by

Vincenzo Mantova and committed by
GitHub
b3e5f582 27ca213f

+2 -1
+2 -1
pkgs/tools/typesetting/tex/texlive/bin.nix
··· 304 inherit (common) src; 305 306 nativeBuildInputs = [ pkg-config ]; 307 - buildInputs = [ core/*kpathsea*/ ]; 308 309 preConfigure = "cd texk/chktex"; 310
··· 304 inherit (common) src; 305 306 nativeBuildInputs = [ pkg-config ]; 307 + # perl used in shebang of script bin/deweb 308 + buildInputs = [ core/*kpathsea*/ perl ]; 309 310 preConfigure = "cd texk/chktex"; 311