summary refs log tree commit diff
path: root/pkgs/shells/bash/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-06 13:18:50 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-06 13:18:50 +0000
commit8cd1b893cf5f8f4211378ec6222ce74adf20745e (patch)
treed66e454acf9115160e3b3b7c948ac3b094332626 /pkgs/shells/bash/default.nix
parentd3993b18fb8e84677c44ad1b06844564f54a207d (diff)
downloadnixpkgs-8cd1b893cf5f8f4211378ec6222ce74adf20745e.tar
nixpkgs-8cd1b893cf5f8f4211378ec6222ce74adf20745e.tar.gz
nixpkgs-8cd1b893cf5f8f4211378ec6222ce74adf20745e.tar.bz2
nixpkgs-8cd1b893cf5f8f4211378ec6222ce74adf20745e.tar.lz
nixpkgs-8cd1b893cf5f8f4211378ec6222ce74adf20745e.tar.xz
nixpkgs-8cd1b893cf5f8f4211378ec6222ce74adf20745e.tar.zst
nixpkgs-8cd1b893cf5f8f4211378ec6222ce74adf20745e.zip
* coreutils-6.10, findutils-4.2.32.
* Added some meta attributes.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
Diffstat (limited to 'pkgs/shells/bash/default.nix')
-rw-r--r--pkgs/shells/bash/default.nix1
1 files changed, 1 insertions, 0 deletions
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 "");