uchess: move makeWrapper to nativeBuildInputs

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