pptp: 1.7.2 -> 1.8.0
This commit is contained in:
parent
147d12a0a4
commit
3fc2f99907
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, perl, ppp, iproute }:
|
{ stdenv, fetchurl, perl, ppp, iproute, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pptp-1.7.2";
|
name = "pptp-1.8.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pptpclient/${name}.tar.gz";
|
url = "mirror://sourceforge/pptpclient/${name}.tar.gz";
|
||||||
sha256 = "1g4lfv9vhid4v7kx1mlfcrprj3h7ny6g4kv564qzlf9abl3f12p9";
|
sha256 = "1nmvwj7wd9c1isfi9i0hdl38zv55y2khy2k0v1nqlai46gcl5773";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase =
|
patchPhase =
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
MANDIR=$out/share/man/man8 PPPDIR=$out/etc/ppp )
|
MANDIR=$out/share/man/man8 PPPDIR=$out/etc/ppp )
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl which ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "PPTP client for Linux";
|
description = "PPTP client for Linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user