mullvad-vpn: Add iproute2 to runtime dependencies

This commit is contained in:
Justin Lex-Hammarskjöld
2026-06-08 10:49:16 +00:00
committed by Justin Lex-Hammarskjöld
parent 03485a7aea
commit 00c4df0c09
+2
View File
@@ -40,6 +40,7 @@
makeWrapper,
coreutils,
gnugrep,
iproute2,
versionCheckHook,
}:
@@ -119,6 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
runtimeDependencies = [
(lib.getLib systemd)
iproute2
libGL
libnotify
libappindicator