3
0
Fork 0
forked from mirrors/nixpkgs

home-assistant: add prometheus component dependency

This commit is contained in:
Franz Pletz 2018-05-11 18:22:03 +02:00
parent 59a6f939f8
commit c4f5d559da
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -256,7 +256,7 @@
"nuheat" = ps: with ps; [ ];
"nuimo_controller" = ps: with ps; [ ];
"pilight" = ps: with ps; [ ];
"prometheus" = ps: with ps; [ ];
"prometheus" = ps: with ps; [ prometheus_client ];
"python_script" = ps: with ps; [ ];
"qwikswitch" = ps: with ps; [ ];
"rainbird" = ps: with ps; [ ];