mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
allow urls for snow docs
This commit is contained in:
parent
db186784e3
commit
7b68f141c6
1 changed files with 5 additions and 1 deletions
|
@ -604,7 +604,11 @@
|
|||
`((rename ,test
|
||||
,(path-strip-leading-parents test))))
|
||||
(else '()))
|
||||
docs tar-data-files files))))
|
||||
(remove (lambda (x)
|
||||
(or (string-prefix? "http://" x)
|
||||
(string-prefix? "https://" x)))
|
||||
docs)
|
||||
tar-data-files files))))
|
||||
(cons `(package
|
||||
,@(reverse res)
|
||||
,@(if (pair? data-files) `((data-files ,@pkg-data-files)) '())
|
||||
|
|
Loading…
Add table
Reference in a new issue