1 { lib, stdenv, fetchurl, ppp }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/poptop/${pname}/${pname}-${version}/${pname}-${version}.tar.gz";
9 sha256 = "1h06gyxj51ba6kbbnf6hyivwjia0i6gsmjz8kyggaany8a58pkcg";
12 buildInputs = [ ppp ];
15 substituteInPlace plugins/Makefile --replace "install -o root" "install"
19 homepage = "http://poptop.sourceforge.net/dox/";
20 description = "The PPTP Server for Linux";
21 platforms = platforms.linux;
22 maintainers = with maintainers; [ obadz ];
23 license = licenses.gpl2;