texlive: move makeWrapper to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2021-07-12 21:58:48 +02:00
parent ab559bd823
commit dd9e24f0da

View file

@ -50,7 +50,8 @@ in (buildEnv {
"/tex/generic/config" # make it a real directory for scheme-infraonly
];
buildInputs = [ makeWrapper ] ++ pkgList.extraInputs;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ ] ++ pkgList.extraInputs;
# This is set primarily to help find-tarballs.nix to do its job
passthru.packages = pkgList.all;