mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: paml: Fix build.
* gnu/packages/bioinformatics.scm (paml)[snippet]: Fix permissions before repacking the source tarball.
This commit is contained in:
@@ -11862,6 +11862,9 @@ straight away. Its main features are:
|
|||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(for-each delete-file (find-files "." "\\.exe$"))
|
(for-each delete-file (find-files "." "\\.exe$"))
|
||||||
|
;; Some files in the original tarball have restrictive
|
||||||
|
;; permissions, which makes repackaging fail
|
||||||
|
(for-each (lambda (file) (chmod file #o644)) (find-files "."))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user