From df9425f1b2071837a7212cfd199b2caf99eda9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 13 Jun 2022 17:43:26 +0000 Subject: [PATCH] etcher: mark meta.sourceProvenance --- pkgs/tools/misc/etcher/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/etcher/default.nix b/pkgs/tools/misc/etcher/default.nix index c9d746cc96f6..a2a7b59e46f9 100644 --- a/pkgs/tools/misc/etcher/default.nix +++ b/pkgs/tools/misc/etcher/default.nix @@ -79,5 +79,6 @@ stdenv.mkDerivation rec { license = licenses.asl20; maintainers = [ maintainers.shou ]; platforms = [ "i686-linux" "x86_64-linux" ]; + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; }; }