* Improved a bunch of "name" attributes (mostly missing version

numbers).

svn path=/nixpkgs/trunk/; revision=17991
This commit is contained in:
Eelco Dolstra
2009-10-28 14:06:56 +00:00
parent cbfbaf736a
commit f53195f29e
19 changed files with 105 additions and 97 deletions
@@ -1,5 +1,7 @@
args: with args; stdenv.mkDerivation {
name = "icewm";
args: with args;
stdenv.mkDerivation {
name = "icewm-1.2.32";
buildInputs = [ gettext libX11 libXft libXext libXinerama libXrandr libjpeg libtiff libungif libpng imlib ];
@@ -9,7 +11,7 @@ args: with args; stdenv.mkDerivation {
};
meta = {
description = "IceWM is a window manager for the X Window System.";
homepage = "http://www.icewm.org";
description = "A window manager for the X Window System";
homepage = http://www.icewm.org/;
};
}