diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-11 12:44:37 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-13 08:56:21 +0100 |
| commit | 424f88f6f49bfc69ffd7a54b20cc1f58feb24305 (patch) | |
| tree | 21adace86f151e6ec9a4ec6404326a35dde0f289 /gnu | |
| parent | 754e9b53c5036921da27e202a0400dff46a7e10e (diff) | |
gnu: openboardview: Update to 9.95.2.
* gnu/packages/electronics.scm (openboardview): Update to 9.95.2.
[inputs]: Remove imgui-1.87; add imgui.
[native-inputs]: Remove python; add python-minimal-wrapper.
Fixes guix/guix!5303
Merges guix/guix!5542
Change-Id: I03c00cd253531b1d47bdbec1e3640c803335b405
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 58285bb34e3..8f1612d0c62 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1604,7 +1604,7 @@ understand and improve testbench coverage.") (define-public openboardview (package (name "openboardview") - (version "9.95.0") + (version "9.95.2") (source (origin (method git-fetch) (uri (git-reference @@ -1626,7 +1626,7 @@ understand and improve testbench coverage.") "openboardview-use-system-mpc.patch")) (sha256 (base32 - "1safjd729a7591rigkiy3c678bivrj5q1qwg1f18sijhlsfkf5b3")))) + "1gkl91rcbwiapllxw5chwgzjq2p076h9bpp3nbh13mb2v3wc6qwa")))) (build-system cmake-build-system) (arguments (list @@ -1665,16 +1665,14 @@ understand and improve testbench coverage.") (assoc-ref gtk:%standard-phases 'glib-or-gtk-wrap))))) (native-inputs (list pkg-config - python + python-minimal-wrapper glad-0.1 stb-image utf8-h)) (inputs (list fontconfig gtk+ - ;; OpenBoardView can build with Dear ImGui 1.88, but there are some - ;; usability problems such as the difficulty to register clicks. - imgui-1.87 + imgui orangeduck-mpc sdl2 sqlite |
