-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3Packages.aiounifi: init at 4 + a few other minor updates to satisfy HA #56508
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please cherry pick the pyupdate bump from staging-next and then apply yours so we don't have merge conflicts later on. The pyunifi and ha-ffmpeg bumps should also be cherry picked from there.
unifi = callPackage ../development/python-modules/unifi { }; | ||
|
||
pyunifi = callPackage ../development/python-modules/pyunifi { }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should still be ordered somewhat alphabetically.
@@ -0,0 +1,26 @@ | |||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ stdenv, buildPythonPackage, fetchPypi, isPy3k | |
{ lib, buildPythonPackage, fetchPypi, isPy3k |
# upstream has no tests | ||
doCheck = false; | ||
|
||
meta = with stdenv.lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = with stdenv.lib; { | |
meta = with lib; { |
included in #55383 |
Motivation for this change
ffmpeg and unifi components broke with HA 0.87.1
Cc: @dotlambda
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)