* 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;
|
assert interactive -> readline != null;
|
||||||
|
|
||||||
let realName = "bash-4.1"; in
|
let realName = "bash-4.1"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${realName}-p${builtins.length patches}";
|
name = "${realName}-p${toString (builtins.length patches)}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/bash/${realName}.tar.gz";
|
url = "mirror://gnu/bash/${realName}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user