Skip to content

Commit

Permalink
README.org: + build fail info in sbcl-gtk4-sourceview
Browse files Browse the repository at this point in the history
  • Loading branch information
shegeley committed Dec 27, 2024
1 parent f71baa8 commit 2b86318
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,25 @@ dispatch is used in [[id:518ab312-dd50-41e8-b922-55b419adbd38][wlroots examples]
seems like ~dispatch~ is the way
** XKB character signature → utf-8 symbol
[[https://stackoverflow.com/questions/8970098/how-to-map-a-x11-keysym-to-a-unicode-character][See]]
** sbcl-gtk4-sourceview build fails
sourceview might be used in UI
#+begin_src scheme
;; Build below fails with «Component "cl-gtk4.sourceview" not found»
;; Althought there is such system + asd file
;; TODO: figure out
(use-modules
(gnu packages lisp-xyz)
((gnu packages gtk) #:select (gtksourceview)))

(define sbcl-gtk4+sourceview
(package
(inherit sbcl-cl-gtk4)
(name "sbcl-cl-gtk4+sourceview")
(arguments '(#:asd-systems '("cl-gtk4" "cl-gtk4.sourceview")))
(inputs (append
(package-inputs sbcl-cl-gtk4)
`(("gtksourceview" ,gtksourceview))))))
#+end_src
* TODOS
** TODO Security policy (maybe DBUS?) [far future, low priority]
Ask @avp (@artyom-poptsov) once again for clarifications. Pairing?
Expand Down

0 comments on commit 2b86318

Please sign in to comment.