Added some descriptions.

svn path=/nixpkgs/trunk/; revision=8920
This commit is contained in:
Michael Raskin 2007-06-26 11:49:45 +00:00
parent 4512585cd5
commit 42f841bcab
9 changed files with 34 additions and 0 deletions

View file

@ -8,4 +8,8 @@ stdenv.mkDerivation {
};
buildInputs = [gtk glib perl pkgconfig perlXMLParser libxml2 gettext python libxml2Python docbook5 libxslt docbook_xsl];
meta = {
description = "Gnome Diagram drawing software.";
};
}

View file

@ -31,4 +31,8 @@ stdenv.mkDerivation {
perl perlXMLParser libxml2 openssl nss
libXScrnSaver
];
meta = {
description = "Pidgin IM - XMPP(Jabber), AIM/ICQ, IRC, SIP etc client.";
};
}

View file

@ -28,4 +28,5 @@ stdenv.mkDerivation {
md5 = "1a8c4d4fc699233f5fdb902b8753099e";
}) */
buildInputs = [pkgconfig x11 libXmu libXi makedepend libdrm glproto libXxf86vm];
meta = {description = "OpenGL-compatible 3D library. Supports acceleration.";};
}

View file

@ -12,4 +12,9 @@ stdenv.mkDerivation {
preBuild = "sed -i Makefile -e 's/^CFGF=/& -DHASIPv6=1/;';";
configurePhase = "./Configure -n linux;";
installPhase = " mkdir -p $out/bin $out/man/man8; cp lsof.8 $out/man/man8/; cp lsof $out/bin";
meta = {
description = "List open files. Can show what process has opened some file,
socket (IPv6/IPv4/UNIX local), or partition (by opening a file from it).";
};
}

View file

@ -9,4 +9,8 @@ stdenv.mkDerivation {
makeFlags="DESTDIR=$out PREFIX=/";
buildInputs = [libX11 pkgconfig xorgserver libXi libXext];
meta = {
description = "Driver for synaptics touchpad.";
};
}

View file

@ -2414,6 +2414,9 @@ rec {
sha256 = "0h0pa3ynvqqikkvrx7jhgdjg207njbph408k1i6azqscpmwz5g39";
};
buildInputs = [pkgconfig libFS libXfont xtrans ];
meta = {
description = "X font server. Fontpath for it is unix/:7100. ";
};
}) // {inherit libFS libXfont xtrans ;};
xfsinfo = (stdenv.mkDerivation {
@ -2464,6 +2467,7 @@ rec {
sha256 = "1n365k4704wnnscl5l00mkq1qc7a79pi0b2cxh3yiidha87s2s5r";
};
buildInputs = [pkgconfig libX11 libXau libXmu ];
meta = {description = "X per-host access management tool.";};
}) // {inherit libX11 libXau libXmu ;};
xineramaproto = (stdenv.mkDerivation {

View file

@ -6,4 +6,8 @@ stdenv.mkDerivation {
url = ftp://ftp.gnu.org/gnu/units/units-1.86.tar.gz;
sha256 = "1syc4d3x1wb03hcxnz7rkgapk96biazfk2qqn2wfyx54bq829lhi";
};
meta = {
description = "Unit conversion tool.";
};
}

View file

@ -16,4 +16,8 @@ stdenv.mkDerivation {
wxPython26+"/lib/python2.4/site-packages/wx-2.6-gtk2-unicode; "+
"python `which btdownloadgui.py` --ipv6_enabled 1 --ipv6_binds_v4 0 \"$@\";' >"+
"$out/bin/bittornado ; chmod a+rx $out/bin/bittornado;";
meta = {
description = "Bittorrent client with IPv6 support.";
};
}

View file

@ -8,4 +8,8 @@ stdenv.mkDerivation {
};
buildInputs = [gettext];
meta = {
description = "A console downloading program. Has some features for mirroring sites.";
};
}