* coreutils-6.10, findutils-4.2.32.
* Added some meta attributes. svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
This commit is contained in:
@@ -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 "");
|
||||
|
||||
Reference in New Issue
Block a user