1 { lib, stdenv, fetchurl, ppp }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/poptop/${pname}/${pname}-${version}/${pname}-${version}.tar.gz";
9 sha256 = "1h06gyxj51ba6kbbnf6hyivwjia0i6gsmjz8kyggaany8a58pkcg";
13 ./ppp-2.5.0-compat.patch
16 buildInputs = [ ppp ];
19 substituteInPlace plugins/Makefile --replace "install -o root" "install"
23 homepage = "https://poptop.sourceforge.net/dox/";
24 description = "The PPTP Server for Linux";
25 platforms = platforms.linux;
26 maintainers = with maintainers; [ obadz ];
27 license = licenses.gpl2Only;