More homepages

svn path=/nixpkgs/trunk/; revision=10419
This commit is contained in:
Yury G. Kudryashov
2008-01-31 10:11:09 +00:00
parent 81aac8d84d
commit 4d5a4ea903
6 changed files with 25 additions and 2 deletions
+3
View File
@@ -11,4 +11,7 @@ stdenv.mkDerivation {
sharedLibrary =
!stdenv.isDarwin && !(stdenv ? isDietLibC) && stdenv.system != "i686-cygwin";
meta = {
homepage = http://www.bzip.org;
};
}