Commit 5ac1c03a authored by Ben Darwin's avatar Ben Darwin
Browse files

python311Packages.soapysdr: unpin swig

parent d7f277bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  ncurses,
  usePython ? false,
  python ? null,
  swig3,
  swig,
  extraPackages ? [ ],
  buildPackages,
  testers,
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
    ]
    ++ lib.optionals usePython [
      python
      swig3
      swig
    ];

  propagatedBuildInputs = lib.optionals usePython [ python.pkgs.numpy ];