Commit 9a49b084 authored by Doron Behar's avatar Doron Behar
Browse files

gnuradio3_8: use older swig to fix build

parent 479f6cca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, orc
, boost
, spdlog
, swig
, mpir
, doxygen
, python
+2 −2
Original line number Diff line number Diff line
@@ -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
  ]);
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];

+2 −2
Original line number Diff line number Diff line
@@ -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 = [
Loading