forked from mirrors/nixpkgs
Make hydra build proxychains.
This commit is contained in:
parent
f2ec401001
commit
8f11a84c91
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue