openvpn: remove ? null

This commit is contained in:
Sandro Jäckel 2021-03-15 02:13:27 +01:00
parent 03f8d64911
commit ec5be00b37
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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.