fix(osync): stable

This commit is contained in:
Pavel Korytov 2021-06-17 18:42:26 +03:00
parent 30733a3838
commit bb1b20b00e

View file

@ -30,6 +30,10 @@
#:validate-runpath? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-file-names
(lambda _
;; Silence beta warining. Otherwise the exitcode is not zero
(substitute* "osync.sh" (("IS_STABLE=false") "IS_STABLE=true"))))
(delete 'bootstrap)
(delete 'configure)
(delete 'build)