python314Packages.pywebview: set sourceProvenance (#529572)

This commit is contained in:
Sandro
2026-06-18 22:12:15 +00:00
committed by GitHub
@@ -54,5 +54,10 @@ buildPythonPackage rec {
homepage = "https://github.com/r0x0r/pywebview";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ jojosch ];
# contains committed jar and dll files
sourceProvenance = with lib.sourceTypes; [
binaryBytecode
binaryNativeCode
];
};
}