~ruther/guix-local

064684610d3f0684f63cb15d59079ca829e27cd2 — Danny Milosavljevic 1 year, 1 month ago 4ddeb3f
gnu: seer-gdb: Support wayland.

* gnu/packages/debug.scm (seer-gdb)[build-system]: Switch to qt-build-system.
[inputs]: Add qtwayland-5.

Change-Id: I217e15a9944ace6b7b5b652709f06dfa3123ba1b
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/debug.scm
M gnu/packages/debug.scm => gnu/packages/debug.scm +3 -2
@@ 39,6 39,7 @@
  #:use-module (guix build-system gnu)
  #:use-module (guix build-system cmake)
  #:use-module (guix build-system go)
  #:use-module (guix build-system qt)
  #:use-module (guix gexp)
  #:use-module (gnu packages)
  #:use-module (gnu packages attr)


@@ 988,7 989,7 @@ engineering.")
              (sha256
               (base32
                "0jdvyg2jab1pvf36pvkyrfsg2wyy8zp1qx0v2ksclgrnr1hja6k6"))))
    (build-system cmake-build-system)
    (build-system qt-build-system)
    (arguments
     `(#:tests? #f ; Those are strangely manual
       #:phases


@@ 997,7 998,7 @@ engineering.")
           (lambda _
             (chdir "src"))))))
    (inputs
     (list qtbase-5 qtcharts-5))
     (list qtbase-5 qtcharts-5 qtwayland-5))
    (synopsis "GUI frontend for GDB")
    (description "This package provides a frontend to GDB, the GNU debugger.")
    (home-page "https://github.com/epasveer/seer")