tsm-client: makeWrapper buildInputs to nativeBuildInputs

Although I'm not sure if `tsm-client` will ever be
subject to cross-compiling, referencing makeWrapper
from native BuildInputs is The Right Thing.

This is a kind of follow-up of
https://github.com/NixOS/nixpkgs/pull/112276
This commit is contained in:
Yarny0
2022-01-17 12:09:26 +01:00
parent 5ad0ecb901
commit 7934926b2e
+1 -1
View File
@@ -151,7 +151,7 @@ buildEnv {
inherit meta;
passthru = { inherit unwrapped; };
paths = [ unwrapped ];
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
pathsToLink = [
"/"
"/bin"