mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Meta attribute.
svn path=/nixpkgs/trunk/; revision=7842
This commit is contained in:
parent
6c92badd87
commit
7e95ed7fe5
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue