STKlos improvements
This commit is contained in:
parent
92be0e2e26
commit
b69159faa5
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
SCHEME=chibi
|
SCHEME=chibi
|
||||||
DOCKER_TAG=latest
|
DOCKER_TAG=head
|
||||||
RNRS=r7rs
|
RNRS=r7rs
|
||||||
LIBRARY=system
|
LIBRARY=system
|
||||||
AUTHOR=Retropikzel
|
AUTHOR=Retropikzel
|
||||||
|
|
|
||||||
|
|
@ -109,10 +109,6 @@
|
||||||
(retropikzel named-pipes)
|
(retropikzel named-pipes)
|
||||||
(retropikzel system)
|
(retropikzel system)
|
||||||
(srfi 170))
|
(srfi 170))
|
||||||
(cond-expand
|
|
||||||
;; Temporary workaround because of https://github.com/egallesio/STklos/issues/888
|
|
||||||
(stklos (import (only (stklos) create-temp-file)))
|
|
||||||
(else))
|
|
||||||
(export tk-eval
|
(export tk-eval
|
||||||
tk-id->widget
|
tk-id->widget
|
||||||
tk-var
|
tk-var
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.0.7
|
1.0.8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue