texlive: move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
ab559bd823
commit
dd9e24f0da
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue