guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: openboardview: Use imgui-1.87.


From: guix-commits
Subject: 14/16: gnu: openboardview: Use imgui-1.87.
Date: Sat, 1 Apr 2023 20:10:01 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 9a423751cbd1863848e29691b3be38c7cb42ca6d
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]