ubertooth, libbtbb: stdenv.lib -> lib
This commit is contained in:
parent
54d286365d
commit
3e0713d582
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
"-DUDEV_RULES_GROUP=${udevGroup}"
|
"-DUDEV_RULES_GROUP=${udevGroup}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "Open source wireless development platform suitable for Bluetooth experimentation";
|
description = "Open source wireless development platform suitable for Bluetooth experimentation";
|
||||||
homepage = "https://github.com/greatscottgadgets/ubertooth";
|
homepage = "https://github.com/greatscottgadgets/ubertooth";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake }:
|
{ stdenv, lib, fetchFromGitHub, cmake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libbtbb";
|
pname = "libbtbb";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "Bluetooth baseband decoding library";
|
description = "Bluetooth baseband decoding library";
|
||||||
homepage = "https://github.com/greatscottgadgets/libbtbb";
|
homepage = "https://github.com/greatscottgadgets/libbtbb";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user