summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-05 14:58:17 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-02-05 14:58:17 +0000
commit7e95ed7fe5dabf0d4a3ac126edaac43463513702 (patch)
tree02e4c8e181f0661e7868d16fa95f8a1e1af9daf4 /pkgs/applications
parent6c92badd87e58f67447e0526c1623c871e323fd5 (diff)
downloadnixlib-7e95ed7fe5dabf0d4a3ac126edaac43463513702.tar
nixlib-7e95ed7fe5dabf0d4a3ac126edaac43463513702.tar.gz
nixlib-7e95ed7fe5dabf0d4a3ac126edaac43463513702.tar.bz2
nixlib-7e95ed7fe5dabf0d4a3ac126edaac43463513702.tar.lz
nixlib-7e95ed7fe5dabf0d4a3ac126edaac43463513702.tar.xz
nixlib-7e95ed7fe5dabf0d4a3ac126edaac43463513702.tar.zst
nixlib-7e95ed7fe5dabf0d4a3ac126edaac43463513702.zip
* Meta attribute.
svn path=/nixpkgs/trunk/; revision=7842
Diffstat (limited to 'pkgs/applications')
-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;
+  };
 }