···5050 "/tex/generic/config" # make it a real directory for scheme-infraonly
5151 ];
52525353- buildInputs = [ makeWrapper ] ++ pkgList.extraInputs;
5353+ nativeBuildInputs = [ makeWrapper ];
5454+ buildInputs = [ ] ++ pkgList.extraInputs;
54555556 # This is set primarily to help find-tarballs.nix to do its job
5657 passthru.packages = pkgList.all;