forked from mirrors/nixpkgs
* None of us is paying attention today ;-)
svn path=/nixpkgs/branches/stdenv-updates/; revision=19690
This commit is contained in:
parent
6dc132be1e
commit
6b4de5c25e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue