python314Packages.pywebview: set sourceProvenance

This commit is contained in:
Sandro Jäckel
2026-06-08 17:44:50 +02:00
parent ca14f513f3
commit 87756b1bda
@@ -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
];
};
}