lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.python-miio: apply patch for python3.13 compat

+7 -2
+7 -2
pkgs/development/python-modules/python-miio/default.nix
··· 39 39 40 40 pythonRelaxDeps = [ "defusedxml" ]; 41 41 42 - nativeBuildInputs = [ poetry-core ]; 42 + build-system = [ poetry-core ]; 43 43 44 44 patches = [ 45 45 (fetchpatch { ··· 47 47 url = "https://github.com/rytilahti/python-miio/commit/67d9d771d04d51f5bd97f361ca1c15ae4a18c274.patch"; 48 48 hash = "sha256-Os9vCSKyieCqHs63oX6gcLrtv1N7hbX5WvEurelEp8w="; 49 49 }) 50 + (fetchpatch { 51 + # Python 3.13 compat 52 + url = "https://github.com/rytilahti/python-miio/commit/0aa4df3ab1e47d564c8312016fbcfb3a9fc06c6c.patch"; 53 + hash = "sha256-Zydv3xqCliA/oAnjNmqh0vDrlZFPcTAIyW6vIZzijZY="; 54 + }) 50 55 ]; 51 56 52 - propagatedBuildInputs = [ 57 + dependencies = [ 53 58 android-backup 54 59 appdirs 55 60 attrs