* coreutils-6.10, findutils-4.2.32.

* Added some meta attributes.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
This commit is contained in:
Eelco Dolstra
2008-02-06 13:18:50 +00:00
parent d3993b18fb
commit 8cd1b893cf
9 changed files with 60 additions and 8 deletions

View File

@@ -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 "");