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/servers/metabase/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/servers/metabase') diff --git a/pkgs/servers/metabase/default.nix b/pkgs/servers/metabase/default.nix index 814626fec12..a6d2d88f7a2 100644 --- a/pkgs/servers/metabase/default.nix +++ b/pkgs/servers/metabase/default.nix @@ -22,6 +22,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "The easy, open source way for everyone in your company to ask questions and learn from data"; homepage = "https://metabase.com"; + sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.agpl3Only; platforms = platforms.all; maintainers = with maintainers; [ schneefux thoughtpolice mmahut ]; -- cgit 1.4.1