iproute2: add python3 for routel script

Fixes #424803.
This commit is contained in:
Franz Pletz
2025-07-13 15:39:29 +02:00
parent 8664a9a841
commit 4ccdc6ca47
+2
View File
@@ -11,6 +11,7 @@
elfutils,
libmnl,
libbpf,
python3,
gitUpdater,
pkgsStatic,
}:
@@ -87,6 +88,7 @@ stdenv.mkDerivation rec {
db
iptables
libmnl
python3
]
# needed to uploaded bpf programs
++ lib.optionals (!stdenv.hostPlatform.isStatic) [