Merge pull request #56942 from markuskowa/fix-gr-limesdr
gnuradio-limesdr: fix build
This commit is contained in:
commit
9fd50e6955
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user