gnu: ocaml-biniou: Simplify "make-writable" phase.
* gnu/packages/ocaml.scm (ocaml-biniou)[arguments]: Simplify phase.
parent
1aceb93a6f
commit
d648037edc
|
@ -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
|
||||
|
|
Reference in New Issue