summary refs log tree commit diff
path: root/pkgs/games/uchess/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/uchess/default.nix')
-rw-r--r--pkgs/games/uchess/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/uchess/default.nix b/pkgs/games/uchess/default.nix
index bc2524466cc..cafd7cf5769 100644
--- a/pkgs/games/uchess/default.nix
+++ b/pkgs/games/uchess/default.nix
@@ -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
   '';