mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 11:43:03 +03:00
fix(osync): stable
This commit is contained in:
parent
30733a3838
commit
bb1b20b00e
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue