From 368c196a62a57f681f59128f30c278a292092401 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 12 Oct 2006 10:53:16 +0000 Subject: * More descriptions. svn path=/nixpkgs/trunk/; revision=6709 --- pkgs/shells/bash/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/shells/bash') diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix index a4aa7abaab5..f13d3167378 100644 --- a/pkgs/shells/bash/default.nix +++ b/pkgs/shells/bash/default.nix @@ -7,4 +7,8 @@ stdenv.mkDerivation { url = ftp://ftp.nluug.nl/pub/gnu/bash/bash-3.1.tar.gz; md5 = "ef5304c4b22aaa5088972c792ed45d72"; }; + + meta = { + description = "GNU Bourne-Again Shell, the de facto standard shell on Linux"; + }; } -- cgit 1.4.1