Unverified Commit 8bdead55 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #224450 from wineee/wps-upd

wpsoffice: mark meta.sourceProvenance
parents e7d31e9a a476a6dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];