* Meta attribute.
svn path=/nixpkgs/trunk/; revision=7842
This commit is contained in:
parent
6c92badd87
commit
7e95ed7fe5
@ -36,4 +36,9 @@ stdenv.mkDerivation {
|
|||||||
configureFlags = "
|
configureFlags = "
|
||||||
${if gtkGUI then "--with-gtk --enable-font-backend --with-xft" else ""}
|
${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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user