python314Packages.pywebview: set sourceProvenance (#529572)
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user