me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-biniou: Simplify "make-writable" phase.

* gnu/packages/ocaml.scm (ocaml-biniou)[arguments]: Simplify phase.
Ricardo Wurmus 2021-08-04 17:08:31 +02:00
parent 1aceb93a6f
commit d648037edc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 6 deletions

View File

@ -4477,12 +4477,7 @@ than the first one.")
`(#:phases
(modify-phases %standard-phases
(add-before 'build 'make-writable
(lambda _
(for-each
(lambda (file)
(chmod file #o644))
(find-files "." "."))
#t)))))
(lambda _ (for-each make-file-writable (find-files "." ".")))))))
(inputs
`(("ocaml-easy-format" ,ocaml-easy-format)))
(native-inputs