mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.pysvn: fix
This commit is contained in:
parent
8623252203
commit
6cade43bf4
1 changed files with 4 additions and 2 deletions
|
@ -20343,8 +20343,8 @@ in modules // {
|
|||
|
||||
preConfigure = ''
|
||||
cd Source
|
||||
python setup.py backport
|
||||
python setup.py configure \
|
||||
${python.interpreter} setup.py backport
|
||||
${python.interpreter} setup.py configure \
|
||||
--apr-inc-dir=${pkgs.apr.dev}/include \
|
||||
--apu-inc-dir=${pkgs.aprutil.dev}/include \
|
||||
--apr-lib-dir=${pkgs.apr.out}/lib \
|
||||
|
@ -20357,6 +20357,8 @@ in modules // {
|
|||
|
||||
checkPhase = "make -C ../Tests";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
installPhase = ''
|
||||
dest=$(toPythonPath $out)/pysvn
|
||||
mkdir -p $dest
|
||||
|
|
Loading…
Reference in a new issue