···22, fetchurl
33, fetchFromGitHub
44, cmake
55-, pkgconfig
55+, pkg-config
66# See https://files.ettus.com/manual_archive/v3.15.0.0/html/page_build_guide.html for dependencies explanations
77, boost
88, enableLibuhd_C_api ? true
···92929393 nativeBuildInputs = [
9494 cmake
9595- pkgconfig
9595+ pkg-config
9696 ]
9797 # If both enableLibuhd_Python_api and enableUtils are off, we don't need
9898 # pythonEnv in buildInputs as it's a 'build' dependency and not a runtime
···11-{ lib, stdenv, fetchFromGitHub, pkgconfig, zlib }:
11+{ lib, stdenv, fetchFromGitHub, pkg-config, zlib }:
2233stdenv.mkDerivation rec {
44 version = "1.0.1";
···17171818 # this is the bare minimum configuration, as I'm only interested in MP4Box
1919 # For most other functionality, this should probably be extended
2020- nativeBuildInputs = [ pkgconfig ];
2020+ nativeBuildInputs = [ pkg-config ];
21212222 buildInputs = [ zlib ];
2323