vpnc: enable parallel building

Built successfully at -j48.
This commit is contained in:
Alyssa Ross 2021-11-03 22:09:26 +00:00
parent 2656cb99bd
commit 983589949f
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation {
patchShebangs src/makeman.pl
'';
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://davidepucci.it/doc/vpnc/";
description = "Virtual private network (VPN) client for Cisco's VPN concentrators";