openvpn: remove ? null
This commit is contained in:
parent
03f8d64911
commit
ec5be00b37
|
@ -3,20 +3,17 @@
|
|||
, pkg-config
|
||||
, makeWrapper
|
||||
, runtimeShell
|
||||
, iproute ? null
|
||||
, iproute
|
||||
, lzo
|
||||
, openssl
|
||||
, pam
|
||||
, useSystemd ? stdenv.isLinux
|
||||
, systemd ? null
|
||||
, util-linux ? null
|
||||
, systemd
|
||||
, util-linux
|
||||
, pkcs11Support ? false
|
||||
, pkcs11helper ? null
|
||||
, pkcs11helper
|
||||
}:
|
||||
|
||||
assert useSystemd -> (systemd != null);
|
||||
assert pkcs11Support -> (pkcs11helper != null);
|
||||
|
||||
with lib;
|
||||
let
|
||||
# Check if the script needs to have other binaries wrapped when changing this.
|
||||
|
|
Loading…
Reference in New Issue