* Bazaar: depend on readline.
svn path=/nixpkgs/branches/modular-python/; revision=26581
This commit is contained in:
parent
47adaa80e3
commit
0a7b7374ac
@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ python wrapPython ];
|
buildInputs = [ python wrapPython ];
|
||||||
|
|
||||||
pythonPath = [ pythonPackages.ssl ];
|
# Readline support is needed by bzrtools.
|
||||||
|
pythonPath = [ pythonPackages.ssl pythonPackages.readline ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
python setup.py install --prefix=$out
|
python setup.py install --prefix=$out
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
args : with args;
|
args : with args;
|
||||||
|
|
||||||
if ! bazaar.python.readlineSupport then
|
|
||||||
throw "Bazaar Tools require readline support in python."
|
|
||||||
else
|
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
version = "2.2.0";
|
version = "2.2.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user