Skip to content

Commit fd3a9e6

Browse files
committedSep 22, 2017
tor: enable parallel building
1 parent 22d9935 commit fd3a9e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/tools/security/tor/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
1212

1313
outputs = [ "out" "geoip" ];
1414

15+
enableParallelBuilding = true;
16+
1517
nativeBuildInputs = [ pkgconfig ];
1618
buildInputs = [ libevent openssl zlib ] ++
1719
stdenv.lib.optionals stdenv.isLinux [ libseccomp systemd libcap ];

0 commit comments

Comments
 (0)