nixpkgs/pkgs-ng/shells/bash/default.fix
Eelco Dolstra 77d20ed799 * Updated to reflect the changes to the grammar.
svn path=/nixpkgs/trunk/; revision=464
2003-11-03 10:22:00 +00:00

11 lines
260 B
Plaintext

{stdenv, fetchurl}: derivation {
name = "bash-2.05b";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/bash/bash-2.05b.tar.gz;
md5 = "5238251b4926d778dfe162f6ce729733";
};
stdenv = stdenv;
}