mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-math-cephes: Build reproducibly.
* gnu/packages/perl-maths.scm (perl-math-cephes)[source]: Sort result of readdir.
This commit is contained in:
parent
764be13ee6
commit
cf32c21ecd
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,12 @@ (define-public perl-math-cephes
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18c3xg53d1vv7hlj43601jj7ks119fm6ndpwpv94irr2905806jn"))))
|
||||
"18c3xg53d1vv7hlj43601jj7ks119fm6ndpwpv94irr2905806jn"))
|
||||
;; For reproducibility
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(substitute* "libmd/Makefile.PL"
|
||||
(("readdir DIR") "sort readdir DIR")))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Math-Cephes")
|
||||
(synopsis "Perl interface to the Cephes math library")
|
||||
|
|
Loading…
Reference in a new issue