mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #56942 from markuskowa/fix-gr-limesdr
gnuradio-limesdr: fix build
This commit is contained in:
commit
9fd50e6955
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue