Skip to content

Commit

Permalink
tor: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Sep 22, 2017
1 parent 22d9935 commit fd3a9e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/security/tor/default.nix
Expand Up @@ -12,6 +12,8 @@ stdenv.mkDerivation rec {

outputs = [ "out" "geoip" ];

enableParallelBuilding = true;

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libevent openssl zlib ] ++
stdenv.lib.optionals stdenv.isLinux [ libseccomp systemd libcap ];
Expand Down

0 comments on commit fd3a9e6

Please sign in to comment.