summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrewine <lhongxu@outlook.com>2023-04-03 16:52:32 +0800
committerrewine <lhongxu@outlook.com>2023-04-03 16:52:32 +0800
commita476a6dc8d45edda1820c021708dc4bbb9bdac36 (patch)
tree2cb41e35b30fbc8c08b555bd8a45d2df634db79e
parentpython3Packages.tensorflow: remove @jyp from `meta.maintainers` (diff)
downloadnixpkgs-a476a6dc8d45edda1820c021708dc4bbb9bdac36.tar.gz
wpsoffice: mark meta.sourceProvenance
-rw-r--r--pkgs/applications/office/wpsoffice/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/wpsoffice/default.nix b/pkgs/applications/office/wpsoffice/default.nix
index 44a16df595ea..0685f52820a3 100644
--- a/pkgs/applications/office/wpsoffice/default.nix
+++ b/pkgs/applications/office/wpsoffice/default.nix
@@ -101,6 +101,7 @@ stdenv.mkDerivation rec {
description = "Office suite, formerly Kingsoft Office";
homepage = "https://www.wps.com";
platforms = [ "x86_64-linux" ];
+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
hydraPlatforms = [ ];
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ mlatus th0rgal rewine ];