about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-01-31 21:54:58 +0100
committerGitHub <noreply@github.com>2024-01-31 21:54:58 +0100
commit3acdcfcd4ba21cd9241fc782d1eaea8a8426ae98 (patch)
treebfd230a7f3d9d9990ca8c3ae907bb8b976e41cd0
parent1622d8059f2c7be831f96cb7c3ebe81769483107 (diff)
parent3ceb400cf695fbe000df82fd9d4f81baf8a070e1 (diff)
Merge pull request #285044 from LeSuisse/libreoffice-bin-set-source-provnance
libreoffice-bin: set meta.sourceProvenance
-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" ];
   };
 }