emacs-w3m: upgrade to current cvs
This commit is contained in:
parent
69237ccb12
commit
208a35558e
@ -1,6 +1,6 @@
|
|||||||
{ fetchcvs, stdenv, emacs, w3m, imagemagick, texinfo, autoconf }:
|
{ fetchcvs, stdenv, emacs, w3m, imagemagick, texinfo, autoconf }:
|
||||||
|
|
||||||
let date = "2012-01-15"; in
|
let date = "2013-03-21"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "emacs-w3m-cvs${date}";
|
name = "emacs-w3m-cvs${date}";
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit date;
|
inherit date;
|
||||||
cvsRoot = ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot";
|
cvsRoot = ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot";
|
||||||
module = "emacs-w3m";
|
module = "emacs-w3m";
|
||||||
sha256 = "7a6d90b9d25f137d5a204cfa29f6c6afa8edb1ee302f969110ffda11f11909cc";
|
sha256 = "1lmcj8rf83w13q8q68hh7sa1abc2m6j2zmfska92xdp7hslhdgc5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ emacs w3m texinfo autoconf ];
|
buildInputs = [ emacs w3m texinfo autoconf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user