lol

Merge pull request #224450 from wineee/wps-upd

wpsoffice: mark meta.sourceProvenance

authored by

Nick Cao and committed by
GitHub
8bdead55 e7d31e9a

+1
+1
pkgs/applications/office/wpsoffice/default.nix
··· 101 101 description = "Office suite, formerly Kingsoft Office"; 102 102 homepage = "https://www.wps.com"; 103 103 platforms = [ "x86_64-linux" ]; 104 + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 104 105 hydraPlatforms = [ ]; 105 106 license = licenses.unfreeRedistributable; 106 107 maintainers = with maintainers; [ mlatus th0rgal rewine ];