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
1 changed files with 2 additions and 1 deletions

View File

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