openvpn: remove ? null

wip/yesman
Sandro Jäckel 3 years ago
parent 03f8d64911
commit ec5be00b37
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 11
      pkgs/tools/networking/openvpn/default.nix

@ -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…
Cancel
Save