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

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