summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/editors/emacs-unicode/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/editors/emacs-unicode/default.nix b/pkgs/applications/editors/emacs-unicode/default.nix
index 9c6af572b5b0..76f31a959650 100644
--- a/pkgs/applications/editors/emacs-unicode/default.nix
+++ b/pkgs/applications/editors/emacs-unicode/default.nix
@@ -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;
+  };
 }