~ruther/guix-local

424f88f6f49bfc69ffd7a54b20cc1f58feb24305 — Cayetano Santos a month ago 754e9b5
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
1 files changed, 4 insertions(+), 6 deletions(-)

M gnu/packages/electronics.scm
M gnu/packages/electronics.scm => gnu/packages/electronics.scm +4 -6
@@ 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