uchess: move makeWrapper to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2021-07-12 21:22:27 +02:00
parent 1657d1a4aa
commit 9e1ff110b5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ buildGoModule rec {
# package does not contain any tests as of v0.2.1
doCheck = false;
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
postInstall = ''
wrapProgram $out/bin/uchess --suffix PATH : ${stockfish}/bin
'';