torsocks: enable install check

This commit is contained in:
Joachim Fasting
2016-12-05 13:18:54 +01:00
parent 95608c3e8d
commit 07c0cdcba2
+3
View File
@@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
src/bin/torsocks.in
'';
doInstallCheck = true;
installCheckTarget = "check-recursive";
meta = {
description = "Wrapper to safely torify applications";
homepage = http://code.google.com/p/torsocks/;