* rp-pppoe requires a version attribute in ppp.

svn path=/nixpkgs/trunk/; revision=31295
This commit is contained in:
Eelco Dolstra 2012-01-04 19:04:09 +00:00
parent 8869873f10
commit 961ad6a314

View File

@ -1,7 +1,8 @@
{ stdenv, fetchurl, substituteAll, libpcap }:
stdenv.mkDerivation rec {
name = "ppp-2.4.5";
version = "2.4.5";
name = "ppp-${version}";
src = fetchurl {
url = "${meta.homepage}ftp/ppp/${name}.tar.gz";