guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

296/416: gnu: openboardview: Use imgui-1.87.


From: guix-commits
Subject: 296/416: gnu: openboardview: Use imgui-1.87.
Date: Fri, 14 Apr 2023 15:26:07 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 1a7014b1c9a1a8f839f55bea43c14c811651fac2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 1 17:36:41 2023 -0400

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]