From 3b6bc4b69ca7eec695291af31d8878071e0e084d Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Thu, 2 Jun 2022 14:38:41 +0100 Subject: treewide: set sourceProvenance for packages containing downloaded jars these are the easily identifiable cases and will not be comprehensive --- pkgs/games/minecraft-servers/derivation.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/minecraft-servers') diff --git a/pkgs/games/minecraft-servers/derivation.nix b/pkgs/games/minecraft-servers/derivation.nix index eda7da943ca54..e5f11f71f2113 100644 --- a/pkgs/games/minecraft-servers/derivation.nix +++ b/pkgs/games/minecraft-servers/derivation.nix @@ -29,6 +29,7 @@ stdenv.mkDerivation { meta = with lib; { description = "Minecraft Server"; homepage = "https://minecraft.net"; + sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.unfreeRedistributable; platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice tomberek costrouc jyooru ]; -- cgit 1.4.1