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