Merge pull request #56942 from markuskowa/fix-gr-limesdr

gnuradio-limesdr: fix build
This commit is contained in:
markuskowa 2019-03-07 10:58:57 +01:00 committed by GitHub
commit 9fd50e6955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [