ubertooth: pkgconfig -> pkg-config
This commit is contained in:
parent
d836234e77
commit
03a351da00
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig, libbtbb, libpcap , libusb1, bluez
|
{ stdenv, lib, fetchFromGitHub, cmake, pkg-config, libbtbb, libpcap , libusb1, bluez
|
||||||
, udevGroup ? "ubertooth"
|
, udevGroup ? "ubertooth"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
sourceRoot = "source/host";
|
sourceRoot = "source/host";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
buildInputs = [ libbtbb libpcap libusb1 bluez ];
|
buildInputs = [ libbtbb libpcap libusb1 bluez ];
|
||||||
|
|
||||||
cmakeFlags = lib.optionals stdenv.isLinux [
|
cmakeFlags = lib.optionals stdenv.isLinux [
|
||||||
|
|
Loading…
Reference in New Issue