uchess: move makeWrapper to nativeBuildInputs

+1 -1
+1 -1
pkgs/games/uchess/default.nix
··· 18 18 # package does not contain any tests as of v0.2.1 19 19 doCheck = false; 20 20 21 - buildInputs = [ makeWrapper ]; 21 + nativeBuildInputs = [ makeWrapper ]; 22 22 postInstall = '' 23 23 wrapProgram $out/bin/uchess --suffix PATH : ${stockfish}/bin 24 24 '';