python312Packages.lttng: swig2 -> swig4

This commit is contained in:
Ben Darwin
2024-08-23 15:33:41 -04:00
parent 49ab305095
commit 3c4d7327e9
@@ -2,7 +2,7 @@
toPythonModule,
python,
lttng-tools,
swig2,
swig4,
}:
toPythonModule (
@@ -15,7 +15,7 @@ toPythonModule (
{
pname = "lttng";
nativeBuildInputs = nativeBuildInputs ++ [ swig2 ];
nativeBuildInputs = nativeBuildInputs ++ [ swig4 ];
configureFlags = configureFlags ++ [
"--enable-python-bindings"