summary refs log tree commit diff
path: root/pkgs/tools/games/minecraft/amidst/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/minecraft/amidst/default.nix')
-rw-r--r--pkgs/tools/games/minecraft/amidst/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/games/minecraft/amidst/default.nix b/pkgs/tools/games/minecraft/amidst/default.nix
index 8ec65a1dd39..5e6a79e1cba 100644
--- a/pkgs/tools/games/minecraft/amidst/default.nix
+++ b/pkgs/tools/games/minecraft/amidst/default.nix
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/toolbox4minecraft/amidst";
     description = "Advanced Minecraft Interface and Data/Structure Tracking";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.gpl3Only;
     maintainers = [ maintainers.ivar ];
     platforms = platforms.linux;