mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ubertooth: pkgconfig -> pkg-config
This commit is contained in:
parent
d836234e77
commit
03a351da00
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}:
|
||||
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
sourceRoot = "source/host";
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ libbtbb libpcap libusb1 bluez ];
|
||||
|
||||
cmakeFlags = lib.optionals stdenv.isLinux [
|
||||
|
|
Loading…
Reference in a new issue