Make hydra build proxychains.
(cherry picked from commit 8f11a84c9145c4a1cf5fe182db31921070565efa)
This commit is contained in:
parent
66c3dff47c
commit
97dada0005
|
@ -11,5 +11,6 @@ stdenv.mkDerivation {
|
||||||
description = "Proxifier for SOCKS proxies";
|
description = "Proxifier for SOCKS proxies";
|
||||||
homepage = http://proxychains.sourceforge.net;
|
homepage = http://proxychains.sourceforge.net;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue