gnu: perl-class-methodmaker: Build reproducibly.

* gnu/packages/patches/perl-class-methodmaker-reproducible.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/perl.scm (perl-class-methodmaker)[source]: Use patch.
This commit is contained in:
Vagrant Cascadian 2022-08-19 21:06:50 -07:00 committed by Vagrant Cascadian
parent d2b85f8906
commit f31e55d081
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
3 changed files with 25 additions and 1 deletions

View file

@ -1601,7 +1601,9 @@ Class::Load.")
version ".tar.gz"))
(sha256
(base32
"0a03i4k3a33qqwhykhz5k437ld5mag2vq52vvsy03gbynb65ivsy"))))
"0a03i4k3a33qqwhykhz5k437ld5mag2vq52vvsy03gbynb65ivsy"))
(patches (search-patches
"perl-class-methodmaker-reproducible.patch"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Class-MethodMaker")
(synopsis "Create generic methods for OO Perl")