* None of us is paying attention today ;-)

svn path=/nixpkgs/branches/stdenv-updates/; revision=19690
This commit is contained in:
Eelco Dolstra 2010-01-26 20:13:23 +00:00
parent 6dc132be1e
commit 6b4de5c25e

View file

@ -3,8 +3,9 @@
assert interactive -> readline != null;
let realName = "bash-4.1"; in
stdenv.mkDerivation rec {
name = "${realName}-p${builtins.length patches}";
name = "${realName}-p${toString (builtins.length patches)}";
src = fetchurl {
url = "mirror://gnu/bash/${realName}.tar.gz";