STKlos improvements
This commit is contained in:
parent
92be0e2e26
commit
b69159faa5
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
SCHEME=chibi
|
||||
DOCKER_TAG=latest
|
||||
DOCKER_TAG=head
|
||||
RNRS=r7rs
|
||||
LIBRARY=system
|
||||
AUTHOR=Retropikzel
|
||||
|
|
|
|||
|
|
@ -109,10 +109,6 @@
|
|||
(retropikzel named-pipes)
|
||||
(retropikzel system)
|
||||
(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
|
||||
tk-id->widget
|
||||
tk-var
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.7
|
||||
1.0.8
|
||||
|
|
|
|||
Loading…
Reference in New Issue