mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
* rp-pppoe requires a version attribute in ppp.
svn path=/nixpkgs/trunk/; revision=31295
This commit is contained in:
parent
8869873f10
commit
961ad6a314
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user