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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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