mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
gnuradio3_8: use older swig to fix build
This commit is contained in:
parent
479f6ccad0
commit
9a49b084ac
@ -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
|
||||
|
@ -9,6 +9,7 @@
|
||||
, orc
|
||||
, boost
|
||||
, spdlog
|
||||
, swig
|
||||
, mpir
|
||||
, doxygen
|
||||
, python
|
||||
|
@ -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
|
||||
]);
|
||||
|
@ -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
|
||||
];
|
||||
|
||||
|
@ -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 = [
|
||||
|
@ -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
|
||||
];
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user