mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
home-assistant: fix plexapi override
This commit is contained in:
parent
5aece2a413
commit
67695b335b
1 changed files with 5 additions and 0 deletions
|
|
@ -150,6 +150,11 @@ let
|
|||
tag = version;
|
||||
hash = "sha256-NwGGNN6LC3gvE8zoVL5meNWMbqZjJ+6PcU2ebJTfJmU=";
|
||||
};
|
||||
|
||||
# ancient pinned version requires pkg_resources
|
||||
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [
|
||||
self.setuptools_80
|
||||
];
|
||||
});
|
||||
|
||||
# Pinned due to API changes in 0.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue