Fixed pysvn mis-detection of the location of libpyton2.7.dylib on Darwin.
svn path=/nixpkgs/trunk/; revision=24529
This commit is contained in:
parent
a9d91547ba
commit
15ef8b5721
@ -861,7 +861,9 @@ rec {
|
|||||||
--apr-inc-dir=${pkgs.apr}/include/apr-1 \
|
--apr-inc-dir=${pkgs.apr}/include/apr-1 \
|
||||||
--apr-lib-dir=${pkgs.apr}/lib \
|
--apr-lib-dir=${pkgs.apr}/lib \
|
||||||
--svn-root-dir=${pkgs.subversion}
|
--svn-root-dir=${pkgs.subversion}
|
||||||
'';
|
'' + (if !stdenv.isDarwin then "" else ''
|
||||||
|
sed -i -e 's|libpython2.7.dylib|lib/libpython2.7.dylib|' Makefile
|
||||||
|
'');
|
||||||
|
|
||||||
# The regression test suite expects locale support, which our glibc
|
# The regression test suite expects locale support, which our glibc
|
||||||
# doesn't have by default.
|
# doesn't have by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user