about summary refs log tree commit diff
path: root/pkgs/games/unvanquished
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-10 21:12:22 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-10 21:12:22 +0100
commit9fc90429c3bdc4c1d800777b0ba61c325dfb8e0f (patch)
tree5dce1dfd2cd7bd6e690f6a86b35f9b6a98afd03a /pkgs/games/unvanquished
parentc1d92e633dfe14a28eb48fa8a120e0b7a81f8c80 (diff)
treewide/games,misc: add sourceType binaryNativeCode for many packages
Diffstat (limited to 'pkgs/games/unvanquished')
-rw-r--r--pkgs/games/unvanquished/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/games/unvanquished/default.nix b/pkgs/games/unvanquished/default.nix
index 574c639ad125e..ca6af48bbb318 100644
--- a/pkgs/games/unvanquished/default.nix
+++ b/pkgs/games/unvanquished/default.nix
@@ -225,6 +225,10 @@ in stdenv.mkDerivation rec {
       mit gpl3Plus lib.licenses.zlib bsd3 # engine
       cc-by-sa-25 cc-by-sa-30 cc-by-30 cc-by-sa-40 cc0 # assets
     ];
+    sourceProvenance = with lib.sourceTypes; [
+      fromSource
+      binaryNativeCode  # unvanquished-binary-deps
+    ];
     maintainers = with lib.maintainers; [ afontain ];
     platforms = [ "x86_64-linux" ];
   };