mullvad-vpn: Add iproute2 to runtime dependencies (#529475)
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
makeWrapper,
|
||||
coreutils,
|
||||
gnugrep,
|
||||
iproute2,
|
||||
|
||||
versionCheckHook,
|
||||
}:
|
||||
@@ -119,6 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
runtimeDependencies = [
|
||||
(lib.getLib systemd)
|
||||
iproute2
|
||||
libGL
|
||||
libnotify
|
||||
libappindicator
|
||||
|
||||
Reference in New Issue
Block a user