svn path=/nixpkgs/trunk/; revision=17689

This commit is contained in:
Eelco Dolstra
2009-10-07 11:29:23 +00:00
parent 8cb83682c4
commit 1608964306
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ stdenv.mkDerivation {
homepage = http://www.info-zip.org;
description = "An extraction utility for archives compressed in .zip format";
license = "free"; # http://www.info-zip.org/license.html
meta.platforms = [ stdenv.lib.platforms.all ];
meta.platforms = stdenv.lib.platforms.all;
};
}