Make hydra build proxychains.

(cherry picked from commit 8f11a84c91)
This commit is contained in:
Lluís Batlle i Rossell 2015-08-25 14:21:56 +02:00
parent 66c3dff47c
commit 97dada0005

View File

@ -11,5 +11,6 @@ stdenv.mkDerivation {
description = "Proxifier for SOCKS proxies";
homepage = http://proxychains.sourceforge.net;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
};
}