7 stdenv.mkDerivation rec {
12 url = "http://www.gcd.org/sengoku/stone/stone-${version}.tar.gz";
13 hash = "sha256-1dwa9uxdpQPypAs98/4ZqPv5085pa49G9NU9KsjY628=";
16 buildInputs = [ openssl ];
18 makeFlags = [ "linux-ssl" ];
22 install -Dm755 stone -t $out/bin
27 description = "TCP/IP repeater in the application layer";
28 homepage = "http://www.gcd.org/sengoku/stone/";
29 license = licenses.gpl2Only;
30 platforms = platforms.linux;
31 maintainers = with maintainers; [ corngood ];
32 mainProgram = "stone";