diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-17 17:02:46 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-18 18:22:06 +0200 |
commit | b004c79f721b4e7165076e5ec865d712c63035a0 (patch) | |
tree | 14286774009feb251b8eca8d934f6ba276264c7d /gnu/packages | |
parent | 0fff1495bc83f872c13bc9d407b87801c6dcce99 (diff) | |
download | guix-b004c79f721b4e7165076e5ec865d712c63035a0.tar guix-b004c79f721b4e7165076e5ec865d712c63035a0.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/version-control.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index a412ef8d01..4b78704537 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" |