mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #97870 from mweinelt/hass
home-assistant: drop protobuf override
This commit is contained in:
commit
d5a689edda
@ -35,13 +35,6 @@ let
|
||||
(mkOverride "bcrypt" "3.1.7"
|
||||
"0hhywhxx301cxivgxrpslrangbfpccc8y83qbwn1f57cab3nj00b")
|
||||
|
||||
# required by aioesphomeapi
|
||||
(self: super: {
|
||||
protobuf = super.protobuf.override {
|
||||
protobuf = protobuf3_6;
|
||||
};
|
||||
})
|
||||
|
||||
# hass-frontend does not exist in python3.pkgs
|
||||
(self: super: {
|
||||
hass-frontend = self.callPackage ./frontend.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user