* Revert to previous Emacs snapshot, add to channel.
svn path=/nixpkgs/trunk/; revision=8093
This commit is contained in:
parent
e0ab9dda82
commit
c1ed39bd30
@ -14,11 +14,11 @@ assert gtkGUI -> pkgconfig != null && gtk != null;
|
|||||||
assert xftSupport -> libXft != null && libpng != null; # libpng = probably a bug
|
assert xftSupport -> libXft != null && libpng != null; # libpng = probably a bug
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "emacs-23.0.0.1-pre20070214";
|
name = "emacs-23.0.0.1-pre20070127";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/emacs-snapshot_20070214.orig.tar.gz;
|
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/emacs-snapshot_20070127.orig.tar.gz;
|
||||||
sha256 = "0nx6i9vw4m5kqhylrf04jnh0hs26hiv98jxqfpk4amh2m976z2rn";
|
sha256 = "1p5ds3sjxx6izzmfq4k3wkvklm8yw7spanl7zgl16s7cln3m7hv2";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./crt.patch
|
./crt.patch
|
||||||
|
@ -40,6 +40,7 @@ let {
|
|||||||
e2fsprogs
|
e2fsprogs
|
||||||
ecj
|
ecj
|
||||||
emacs
|
emacs
|
||||||
|
emacsUnicode
|
||||||
enscript
|
enscript
|
||||||
exult
|
exult
|
||||||
file
|
file
|
||||||
|
Loading…
Reference in New Issue
Block a user