Adding xlsfonts, and adding meta information to xfontsel.

svn path=/nixpkgs/trunk/; revision=19094
This commit is contained in:
Lluís Batlle i Rossell
2009-12-24 14:59:57 +00:00
parent 4354cf8a6b
commit 1d70efa3c8
3 changed files with 35 additions and 1 deletions
+8 -1
View File
@@ -19,5 +19,12 @@ stdenv.mkDerivation rec {
preInstall = ''
installFlags="appdefaultdir=$out/share/X11/app-defaults"
'';
}
meta = {
homepage = http://www.x.org/;
description = "Allows testing the fonts available in an X server";
licesnse = "free";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
}
}