gnu: perl@5.26.2: Don't export variable.

This prevents it from ending up in user profiles, which would fail due to
wrong search paths as reported in <https://bugs.gnu.org/31216#43>.

* gnu/packages/perl.scm (perl-5.26.2): Use DEFINE instead of DEFINE-PUBLIC.
master
Marius Bakke 2018-04-26 12:50:09 +02:00
parent 90a8ef8c43
commit 28cae33891
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
;; Fixes CVE-2018-6797, CVE-2018-6798, and CVE-2018-6913.
;; See <https://metacpan.org/changes/release/SHAY/perl-5.26.2>.
(define-public perl-5.26.2
(define perl-5.26.2
(package
(inherit perl)
(version "5.26.2")