* None of us is paying attention today ;-)
svn path=/nixpkgs/branches/stdenv-updates/; revision=19690
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user