gnu: subversion: Don't create 'perllocal.pod'.
* gnu/packages/version-control.scm (subversion)[arguments]: Add "NO_PERLLOCAL=1" to Makefile.PL arguments in "install-perl-bindings" phase.
This commit is contained in:
parent
0fff1495bc
commit
b004c79f72
|
@ -820,6 +820,7 @@ following features:
|
|||
"subversion/bindings/swig/perl/native"
|
||||
(and (zero?
|
||||
(system* "perl" "Makefile.PL"
|
||||
"NO_PERLLOCAL=1"
|
||||
(string-append "PREFIX=" out)))
|
||||
(zero?
|
||||
(system* "make" "install"
|
||||
|
|
Loading…
Reference in New Issue