gnuradio-limesdr: fix build (add pkgconfig)

This commit is contained in:
Markus Kowalewski 2019-03-06 11:16:44 +01:00
parent 6fb8b38afc
commit 53b12891dc
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, boost, gnuradio
{ stdenv, fetchFromGitHub, cmake, pkgconfig, boost, gnuradio
, pythonSupport ? true, python, swig, limesuite
} :
@ -19,6 +19,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkgconfig
] ++ stdenv.lib.optionals pythonSupport [ swig ];
buildInputs = [