gnu: ocaml-biniou: Simplify "make-writable" phase.
* gnu/packages/ocaml.scm (ocaml-biniou)[arguments]: Simplify phase.
This commit is contained in:
parent
1aceb93a6f
commit
d648037edc
1 changed files with 1 additions and 6 deletions
|
@ -4477,12 +4477,7 @@ than the first one.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'make-writable
|
(add-before 'build 'make-writable
|
||||||
(lambda _
|
(lambda _ (for-each make-file-writable (find-files "." ".")))))))
|
||||||
(for-each
|
|
||||||
(lambda (file)
|
|
||||||
(chmod file #o644))
|
|
||||||
(find-files "." "."))
|
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("ocaml-easy-format" ,ocaml-easy-format)))
|
`(("ocaml-easy-format" ,ocaml-easy-format)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue