Merge pull request #170078 from alyssais/vpnc-parallel
vpnc: enable parallel building
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user