about summary refs log tree commit diff
path: root/pkgs/games/runescape-launcher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/runescape-launcher/default.nix')
-rw-r--r--pkgs/games/runescape-launcher/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/runescape-launcher/default.nix b/pkgs/games/runescape-launcher/default.nix
index 3208aa3b46122..e671e5589b826 100644
--- a/pkgs/games/runescape-launcher/default.nix
+++ b/pkgs/games/runescape-launcher/default.nix
@@ -77,6 +77,7 @@ let
     meta = with lib; {
       description = "Launcher for RuneScape 3, the current main RuneScape";
       homepage = "https://www.runescape.com/";
+      sourceProvenance = with sourceTypes; [ binaryNativeCode ];
       license = licenses.unfree;
       maintainers = with maintainers; [ grburst ];
       platforms = [ "x86_64-linux" ];