From a476a6dc8d45edda1820c021708dc4bbb9bdac36 Mon Sep 17 00:00:00 2001 From: rewine Date: Mon, 3 Apr 2023 16:52:32 +0800 Subject: [PATCH] wpsoffice: mark meta.sourceProvenance --- pkgs/applications/office/wpsoffice/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ];