From 1a7014b1c9a1a8f839f55bea43c14c811651fac2 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 1 Apr 2023 17:36:41 -0400 Subject: [PATCH] gnu: openboardview: Use imgui-1.87. * gnu/packages/electronics.scm (openboardview) [inputs]: Downgrade imgui to version 1.87. --- gnu/packages/electronics.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index f0c65c53c7..e1ab054bc7 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -320,7 +320,9 @@ supported devices, as well as input/output file format support.") (inputs (list fontconfig 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 sdl2 sqlite