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.
This commit is contained in:
parent
90a8ef8c43
commit
28cae33891
|
@ -161,7 +161,7 @@
|
||||||
|
|
||||||
;; Fixes CVE-2018-6797, CVE-2018-6798, and CVE-2018-6913.
|
;; Fixes CVE-2018-6797, CVE-2018-6798, and CVE-2018-6913.
|
||||||
;; See <https://metacpan.org/changes/release/SHAY/perl-5.26.2>.
|
;; See <https://metacpan.org/changes/release/SHAY/perl-5.26.2>.
|
||||||
(define-public perl-5.26.2
|
(define perl-5.26.2
|
||||||
(package
|
(package
|
||||||
(inherit perl)
|
(inherit perl)
|
||||||
(version "5.26.2")
|
(version "5.26.2")
|
||||||
|
|
Loading…
Reference in New Issue