summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/ubertooth
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-02 15:37:43 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-02 15:37:43 +0200
commit3e0713d5821bbb3c85a05401882ba8bb606b191b (patch)
tree643cc4406946f76c45acb0fdeae47c0055cca8c8 /pkgs/applications/radio/ubertooth
parent54d286365db32607cde7a2344d8480c975f864d8 (diff)
ubertooth, libbtbb: stdenv.lib -> lib
Diffstat (limited to 'pkgs/applications/radio/ubertooth')
-rw-r--r--pkgs/applications/radio/ubertooth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/ubertooth/default.nix b/pkgs/applications/radio/ubertooth/default.nix
index fc9361971e72..47ebb9a50c1d 100644
--- a/pkgs/applications/radio/ubertooth/default.nix
+++ b/pkgs/applications/radio/ubertooth/default.nix
@@ -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;