guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: subversion: Don't create 'perllocal.pod'.


From: Marius Bakke
Subject: 02/06: gnu: subversion: Don't create 'perllocal.pod'.
Date: Sun, 18 Jun 2017 12:38:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b004c79f721b4e7165076e5ec865d712c63035a0
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 17 17:02:46 2017 +0200

    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.
---
 gnu/packages/version-control.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index a412ef8..4b78704 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]