Skip to content
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

Fix home-assistant fitbit support #60953

Merged
merged 1 commit into from May 20, 2019
Merged

Conversation

delroth
Copy link
Contributor

@delroth delroth commented May 4, 2019

Motivation for this change

Similar to #60947. The fitbit components for home-assistant are broken in current nixpkgs due to a missing dependency. That dependency (python-fitbit) happens to not be packaged yet, so I'm adding it to nixpkgs as part of this PR.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll have to wait with merging until #60217 is merged.

pkgs/development/python-modules/fitbit/default.nix Outdated Show resolved Hide resolved
@delroth delroth force-pushed the fitbit-hass branch 2 times, most recently from 32dd0b3 to c498898 Compare May 5, 2019 11:58
@dotlambda dotlambda changed the base branch from master to staging May 7, 2019 12:53
Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please re-run parse-requirements.py.

@delroth
Copy link
Contributor Author

delroth commented May 18, 2019

@dotlambda rebased onto 0.92 changes. GitHub never sent me an email notification about you changing the base branch of the PR so I was just waiting for 0.92 to get into master...

(And GitHub sucks as usual and decided to put everyone as reviewer. Sorry for the spam.)

@ofborg ofborg bot added 6.topic: emacs 6.topic: GNOME GNOME desktop environment and its underlying platform 6.topic: haskell 6.topic: nixos 6.topic: pantheon The Pantheon desktop environment 6.topic: stdenv Standard environment 6.topic: vim labels May 18, 2019
@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.fitbit python3.pkgs.fitbit

@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.fitbit python3.pkgs.fitbit

@dotlambda dotlambda merged commit b029d12 into NixOS:master May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants