about summary refs log tree commit diff
path: root/pkgs/applications/office/libreoffice
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-01-30 19:12:54 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-01-30 19:12:54 +0100
commit3ceb400cf695fbe000df82fd9d4f81baf8a070e1 (patch)
tree2a28c9d83dc39ff48e20018030cd683494309282 /pkgs/applications/office/libreoffice
parent056a4d8d52b00ac50eb4aacf56ab15e111bea0c1 (diff)
libreoffice-bin: set meta.sourceProvenance
Diffstat (limited to 'pkgs/applications/office/libreoffice')
-rw-r--r--pkgs/applications/office/libreoffice/darwin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/libreoffice/darwin/default.nix b/pkgs/applications/office/libreoffice/darwin/default.nix
index 3f69a7fd54e93..0cec562106ab1 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" ];
   };
 }