guix-patches
[Top][All Lists]
Advanced

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

[bug#44039] [PATCH] gnu: Add slade.


From: Tobias Geerinckx-Rice
Subject: [bug#44039] [PATCH] gnu: Add slade.
Date: Fri, 16 Oct 2020 23:14:35 +0200

Tobias Geerinckx-Rice via Guix-patches via 写道:
All in all, the phase can be rewritten as:

Grumble:
        (add-after 'install 'patch-gdk-backend
;; Set GDK_BACKEND to x11 to prevent crash on Wayland. See ;; https://github.com/sirjuddington/SLADE/issues/1097 for details.
          (lambda* (#:key outputs #:allow-other-keys)
            (wrap-program
(string-append (assoc-ref outputs "out") "/bin/slade")
              '("GDK_BACKEND" = ("x11")))
            #t)))

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

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