about summary refs log tree commit diff
path: root/pkgs/games/mindustry
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-04 19:07:20 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-04 19:48:03 +0100
commit3b445eaceacd3924e1604b48f33e49e2df8dbbff (patch)
treed68afe4ded91f9438cd7b4602370434cd8389f1c /pkgs/games/mindustry
parent3b6bc4b69ca7eec695291af31d8878071e0e084d (diff)
treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
Diffstat (limited to 'pkgs/games/mindustry')
-rw-r--r--pkgs/games/mindustry/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/games/mindustry/default.nix b/pkgs/games/mindustry/default.nix
index ff77f08651a0e..9edc17f0bc080 100644
--- a/pkgs/games/mindustry/default.nix
+++ b/pkgs/games/mindustry/default.nix
@@ -199,6 +199,10 @@ stdenv.mkDerivation rec {
     homepage = "https://mindustrygame.github.io/";
     downloadPage = "https://github.com/Anuken/Mindustry/releases";
     description = "A sandbox tower defense game";
+    sourceProvenance = with sourceTypes; [
+      fromSource
+      binaryBytecode  # deps
+    ];
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ fgaz petabyteboy ];
     platforms = platforms.x86_64;