summary refs log tree commit diff
path: root/pkgs/tools/games/minecraft/optifine/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/minecraft/optifine/generic.nix')
-rw-r--r--pkgs/tools/games/minecraft/optifine/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/games/minecraft/optifine/generic.nix b/pkgs/tools/games/minecraft/optifine/generic.nix
index d33e7d75126dc..76acd065af1d3 100644
--- a/pkgs/tools/games/minecraft/optifine/generic.nix
+++ b/pkgs/tools/games/minecraft/optifine/generic.nix
@@ -30,6 +30,7 @@ runCommand "optifine-${mcVersion}" {
       It allows Minecraft to run faster and look better with full support for HD textures and many configuration options.
       This is for version ${mcVersion} of Minecraft.
     '';
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.unfree;
     maintainers = [ maintainers.ivar ];
     platforms = platforms.unix;