* Meta attribute.

svn path=/nixpkgs/trunk/; revision=7842
This commit is contained in:
Eelco Dolstra 2007-02-05 14:58:17 +00:00
parent 6c92badd87
commit 7e95ed7fe5

View file

@ -36,4 +36,9 @@ stdenv.mkDerivation {
configureFlags = "
${if gtkGUI then "--with-gtk --enable-font-backend --with-xft" else ""}
";
meta = {
description = "Emacs with Unicode, GTK and Xft support (23.x alpha)";
url = http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs;
};
}