Merge pull request #170078 from alyssais/vpnc-parallel

vpnc: enable parallel building
This commit is contained in:
Lassulus 2022-04-25 09:55:57 +01:00 committed by GitHub
commit 01e6beb995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";