gnu: perl-digest-md5: Fix typo.
* gnu/packages/perl.scm (perl-digest-md5)[arguments]: Remove extra ')'.
This commit is contained in:
parent
8a28e717ba
commit
262c2d33bc
1 changed files with 1 additions and 1 deletions
|
@ -2074,7 +2074,7 @@ (define-public perl-digest-md5
|
|||
(add-after 'build 'set-permissions
|
||||
(lambda _
|
||||
;; Make MD5.so read-write so it can be stripped.
|
||||
(chmod "blib/arch/auto/Digest/MD5/MD5.so" #o755)))))))
|
||||
(chmod "blib/arch/auto/Digest/MD5/MD5.so" #o755))))))
|
||||
(home-page "http://search.cpan.org/dist/Digest-MD5")
|
||||
(synopsis "Perl interface to the MD-5 algorithm")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue