From 7e95ed7fe5dabf0d4a3ac126edaac43463513702 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 5 Feb 2007 14:58:17 +0000 Subject: * Meta attribute. svn path=/nixpkgs/trunk/; revision=7842 --- pkgs/applications/editors/emacs-unicode/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications') 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; + }; } -- cgit 1.4.1