ubertooth, libbtbb: stdenv.lib -> lib

This commit is contained in:
Martin Weinelt
2021-04-02 15:37:43 +02:00
parent 54d286365d
commit 3e0713d582
2 changed files with 3 additions and 3 deletions
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
"-DUDEV_RULES_GROUP=${udevGroup}"
];
meta = with stdenv.lib; {
meta = with lib; {
description = "Open source wireless development platform suitable for Bluetooth experimentation";
homepage = "https://github.com/greatscottgadgets/ubertooth";
license = licenses.gpl2;