Fix `bashInteractive'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14309
This commit is contained in:
parent
f468a5597a
commit
4f23b3abf8
@ -1329,7 +1329,7 @@ let
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
bashInteractive = appendToName "interactive" (import ../shells/bash {
|
bashInteractive = appendToName "interactive" (import ../shells/bash {
|
||||||
inherit fetchurl stdenv ncurses texinfo bison;
|
inherit fetchurl stdenv readline;
|
||||||
interactive = true;
|
interactive = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user