Merge pull request #285044 from LeSuisse/libreoffice-bin-set-source-provnance

libreoffice-bin: set meta.sourceProvenance

authored by Pol Dellaiera and committed by GitHub 3acdcfcd 1622d805

+1
+1
pkgs/applications/office/libreoffice/darwin/default.nix
··· 75 homepage = "https://libreoffice.org/"; 76 license = licenses.lgpl3; 77 maintainers = with maintainers; [ tricktron ]; 78 platforms = [ "x86_64-darwin" "aarch64-darwin" ]; 79 }; 80 }
··· 75 homepage = "https://libreoffice.org/"; 76 license = licenses.lgpl3; 77 maintainers = with maintainers; [ tricktron ]; 78 + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 79 platforms = [ "x86_64-darwin" "aarch64-darwin" ]; 80 }; 81 }