mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
texlive.bin.chktex: add perl interpreter to shebang (#231743)
This commit is contained in:
parent
27ca213f7a
commit
b3e5f58289
@ -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…
Reference in New Issue
Block a user