python-aliases: add alias for bt-proximity

This commit is contained in:
Fabian Affolter 2021-07-02 14:33:03 +02:00
parent c8b7680bb6
commit a7e1fe1139
2 changed files with 2 additions and 1 deletions

View file

@ -56,4 +56,5 @@ mapAliases ({
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
websocket_client = websocket-client;
bt_proximity = bt-proximity; # added 2021-07-02
})

View file

@ -1220,7 +1220,7 @@ in {
btchip = callPackage ../development/python-modules/btchip { };
bt_proximity = callPackage ../development/python-modules/bt-proximity { };
bt-proximity = callPackage ../development/python-modules/bt-proximity { };
BTrees = callPackage ../development/python-modules/btrees { };