mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
vpnc: enable parallel building
Built successfully at -j48.
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