mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: openboardview: Use imgui-1.87.
* gnu/packages/electronics.scm (openboardview) [inputs]: Downgrade imgui to version 1.87.
This commit is contained in:
parent
c722bc034e
commit
9a423751cb
1 changed files with 3 additions and 1 deletions
|
@ -320,7 +320,9 @@ (define keep (list "." ".." "openboardview"))
|
||||||
(inputs
|
(inputs
|
||||||
(list fontconfig
|
(list fontconfig
|
||||||
gtk+
|
gtk+
|
||||||
imgui
|
;; OpenBoardView can build with Dear ImGui 1.88, but there are some
|
||||||
|
;; usability problems such as the difficulty to register clicks.
|
||||||
|
imgui-1.87
|
||||||
orangeduck-mpc
|
orangeduck-mpc
|
||||||
sdl2
|
sdl2
|
||||||
sqlite
|
sqlite
|
||||||
|
|
Loading…
Reference in a new issue