{fytik, python311Packages.soapysdr}: unpin swig3 (#337626)

This commit is contained in:
Emily
2024-08-27 06:33:25 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 ];
@@ -10,7 +10,7 @@
, xylib
, readline
, gnuplot
, swig3
, swig
}:
stdenv.mkDerivation rec {
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
xylib
readline
gnuplot
swig3
swig
];
env.NIX_CFLAGS_COMPILE = toString [