soapysdr: swig2 -> swig3
This commit is contained in:
parent
377e315d72
commit
a0fb3d0aeb
@ -9,7 +9,7 @@
|
||||
, ncurses
|
||||
, usePython ? false
|
||||
, python ? null
|
||||
, swig2
|
||||
, swig3
|
||||
, extraPackages ? [ ]
|
||||
, buildPackages
|
||||
, testers
|
||||
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
ncurses
|
||||
] ++ lib.optionals usePython [
|
||||
python
|
||||
swig2
|
||||
swig3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = lib.optionals usePython [
|
||||
|
Loading…
Reference in New Issue
Block a user