Merge pull request #118330 from SuperSandro2000/fix-eval

ubertooth: pkgconfig -> pkg-config
This commit is contained in:
Sandro
2021-04-02 17:16:38 +02:00
committed by GitHub
@@ -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 [