From 3ceb400cf695fbe000df82fd9d4f81baf8a070e1 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Tue, 30 Jan 2024 19:12:54 +0100 Subject: [PATCH] libreoffice-bin: set meta.sourceProvenance --- pkgs/applications/office/libreoffice/darwin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/office/libreoffice/darwin/default.nix b/pkgs/applications/office/libreoffice/darwin/default.nix index 3f69a7fd54e9..0cec562106ab 100644 --- a/pkgs/applications/office/libreoffice/darwin/default.nix +++ b/pkgs/applications/office/libreoffice/darwin/default.nix @@ -75,6 +75,7 @@ stdenvNoCC.mkDerivation { homepage = "https://libreoffice.org/"; license = licenses.lgpl3; maintainers = with maintainers; [ tricktron ]; + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-darwin" "aarch64-darwin" ]; }; }