summary refs log tree commit diff
path: root/pkgs/games/cgoban/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/cgoban/default.nix')
-rw-r--r--pkgs/games/cgoban/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/cgoban/default.nix b/pkgs/games/cgoban/default.nix
index 162de112fb5..3d202985f1b 100644
--- a/pkgs/games/cgoban/default.nix
+++ b/pkgs/games/cgoban/default.nix
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Client for the KGS Go Server";
     homepage = "https://www.gokgs.com/";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.free;
     maintainers = with maintainers; [ savannidgerinel ];
     platforms = adoptopenjdk-jre-bin.meta.platforms;