From 8cd1b893cf5f8f4211378ec6222ce74adf20745e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 6 Feb 2008 13:18:50 +0000 Subject: * coreutils-6.10, findutils-4.2.32. * Added some meta attributes. svn path=/nixpkgs/branches/stdenv-updates/; revision=10511 --- pkgs/shells/bash/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/shells/bash/default.nix') diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix index 9e709047288..0d5c440a105 100644 --- a/pkgs/shells/bash/default.nix +++ b/pkgs/shells/bash/default.nix @@ -21,6 +21,7 @@ stdenv.mkDerivation { buildInputs = [bison] ++ stdenv.lib.optional interactive ncurses; meta = { + homepage = http://www.gnu.org/software/bash/; description = "GNU Bourne-Again Shell, the de facto standard shell on Linux" + (if interactive then " (for interactive use)" else ""); -- cgit 1.4.1