svn path=/nixpkgs/branches/stdenv-updates/; revision=13902

This commit is contained in:
Eelco Dolstra 2009-01-29 16:08:03 +00:00
parent 112c86e719
commit e8a9844354

View File

@ -21,6 +21,8 @@ stdenv.mkDerivation {
--disable-init-state --disable-init-state
''; '';
doCheck = true;
meta = { meta = {
description = "The Nix Deployment System"; description = "The Nix Deployment System";
homepage = http://nixos.org/; homepage = http://nixos.org/;