torsocks: enable install check
This commit is contained in:
parent
95608c3e8d
commit
07c0cdcba2
@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
src/bin/torsocks.in
|
src/bin/torsocks.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doInstallCheck = true;
|
||||||
|
installCheckTarget = "check-recursive";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Wrapper to safely torify applications";
|
description = "Wrapper to safely torify applications";
|
||||||
homepage = http://code.google.com/p/torsocks/;
|
homepage = http://code.google.com/p/torsocks/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user