mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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
|
, 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
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
, orc
|
, orc
|
||||||
, boost
|
, boost
|
||||||
, spdlog
|
, spdlog
|
||||||
|
, swig
|
||||||
, mpir
|
, mpir
|
||||||
, doxygen
|
, doxygen
|
||||||
, python
|
, python
|
||||||
|
@ -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
|
||||||
]);
|
]);
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -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 = [
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user