6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
13 rev = "${pname}-${version}";
14 sha256 = "083xdg6fsn8c2ns93lvy794rixxq8va6jdf99w1z0xi4j7f1nyjw";
18 # Suppress compiler warning. Remove it when upstream fix arrives
19 substituteInPlace Makefile --replace "-Werror" "-Werror -Wno-stringop-truncation"
23 cp src/proxychains.conf $out/etc
27 description = "Proxifier for SOCKS proxies";
28 homepage = "http://proxychains.sourceforge.net";
29 license = licenses.gpl2Plus;
30 maintainers = with maintainers; [ fab ];
31 platforms = platforms.linux;