gnuradio3_8: use older swig to fix build

This commit is contained in:
Doron Behar 2024-10-18 12:12:55 +03:00
parent 479f6ccad0
commit 9a49b084ac
8 changed files with 16 additions and 15 deletions

View File

@ -7,7 +7,7 @@
, pkg-config , pkg-config
, volk , volk
, cppunit , cppunit
, swig , swig3
, orc , orc
, boost , boost
, log4cpp , log4cpp
@ -83,7 +83,7 @@ let
python-support = { python-support = {
pythonRuntime = [ python.pkgs.six ]; pythonRuntime = [ python.pkgs.six ];
native = [ native = [
swig swig3
python python
]; ];
cmakeEnableFlag = "PYTHON"; cmakeEnableFlag = "PYTHON";
@ -98,7 +98,7 @@ let
gr-ctrlport = { gr-ctrlport = {
cmakeEnableFlag = "GR_CTRLPORT"; cmakeEnableFlag = "GR_CTRLPORT";
native = [ native = [
swig swig3
]; ];
runtime = [ runtime = [
thrift thrift

View File

@ -9,6 +9,7 @@
, orc , orc
, boost , boost
, spdlog , spdlog
, swig
, mpir , mpir
, doxygen , doxygen
, python , python

View File

@ -8,7 +8,7 @@
, boost , boost
, logLib , logLib
, python , python
, swig , swig3
, mpir , mpir
, gmp , gmp
, doxygen , doxygen
@ -78,7 +78,7 @@ mkDerivation {
pybind11 pybind11
numpy numpy
] else [ ] else [
swig swig3
thrift thrift
python.pkgs.thrift python.pkgs.thrift
]); ]);

View File

@ -4,7 +4,7 @@
, cmake , cmake
, pkg-config , pkg-config
, cppunit , cppunit
, swig , swig3
, boost , boost
, logLib , logLib
, python , python
@ -27,7 +27,7 @@ mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
swig swig3
python python
]; ];

View File

@ -5,7 +5,7 @@
, thrift , thrift
, cmake , cmake
, pkg-config , pkg-config
, swig , swig3
, python , python
, logLib , logLib
, mpir , mpir
@ -38,7 +38,7 @@ in mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
swig swig3
python python
]; ];
buildInputs = [ buildInputs = [

View File

@ -4,7 +4,7 @@
, cmake , cmake
, pkg-config , pkg-config
, cppunit , cppunit
, swig , swig3
, boost , boost
, logLib , logLib
, python , python
@ -26,7 +26,7 @@ mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
swig swig3
python python
]; ];

View File

@ -14,7 +14,7 @@
, thrift , thrift
, fftwFloat , fftwFloat
, python , python
, swig , swig3
, uhd , uhd
, icu , icu
, airspy , airspy
@ -85,7 +85,7 @@ in mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
swig swig3
] ++ lib.optionals (gnuradio.hasFeature "python-support") [ ] ++ lib.optionals (gnuradio.hasFeature "python-support") [
(if (gnuradio.versionAttr.major == "3.7") then (if (gnuradio.versionAttr.major == "3.7") then
python.pkgs.cheetah python.pkgs.cheetah

View File

@ -4,7 +4,7 @@
, gnuradio , gnuradio
, cmake , cmake
, pkg-config , pkg-config
, swig , swig3
, python , python
, logLib , logLib
, mpir , mpir
@ -50,7 +50,7 @@ in mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
swig swig3
python python
]; ];