about summary refs log tree commit diff
path: root/pkgs/games/starsector/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/starsector/default.nix')
-rw-r--r--pkgs/games/starsector/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/starsector/default.nix b/pkgs/games/starsector/default.nix
index efba43e92dd4f..e929ef98fbf6b 100644
--- a/pkgs/games/starsector/default.nix
+++ b/pkgs/games/starsector/default.nix
@@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Open-world single-player space-combat, roleplaying, exploration, and economic game";
     homepage = "https://fractalsoftworks.com";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ bbigras ];
   };