summary refs log tree commit diff
path: root/pkgs/games/gcs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gcs/default.nix')
-rw-r--r--pkgs/games/gcs/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/games/gcs/default.nix b/pkgs/games/gcs/default.nix
index 9d8d74921e5..be8bb701786 100644
--- a/pkgs/games/gcs/default.nix
+++ b/pkgs/games/gcs/default.nix
@@ -70,6 +70,10 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A stand-alone, interactive, character sheet editor for the GURPS 4th Edition roleplaying game system";
     homepage = "https://gurpscharactersheet.com/";
+    sourceProvenance = with sourceTypes; [
+      fromSource
+      binaryBytecode  # source bundles dependencies as jars
+    ];
     license = licenses.mpl20;
     platforms = platforms.all;
     maintainers = with maintainers; [];