mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
texlive: move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
ab559bd823
commit
dd9e24f0da
@ -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 New Issue
Block a user