Merge pull request #224450 from wineee/wps-upd

wpsoffice: mark meta.sourceProvenance
This commit is contained in:
Nick Cao
2023-04-04 09:40:40 +08:00
committed by GitHub
@@ -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 ];