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