pkgs/applications/version-management/subversion: don't install broken vc-svn.el module
This file is part of Emacs already, and unlike the file shipped by Subversion, the one distributed in Emacs actually works. svn path=/nixpkgs/trunk/; revision=24369
This commit is contained in:
parent
b386628220
commit
f1af21e633
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
ensureDir $out/share/emacs/site-lisp
|
||||
cp contrib/client-side/emacs/*.el $out/share/emacs/site-lisp/
|
||||
cp contrib/client-side/emacs/[dp]svn*.el $out/share/emacs/site-lisp/
|
||||
|
||||
if test -n "$pythonBindings"; then
|
||||
make swig-py swig_pydir=$(toPythonPath $out)/libsvn swig_pydir_extra=$(toPythonPath $out)/svn
|
||||
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||
make install
|
||||
cd -
|
||||
fi
|
||||
''; # */
|
||||
'';
|
||||
|
||||
inherit perlBindings pythonBindings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user