From 15af28779fcea0a44f2b17723609468ee4f74e6e Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Wed, 27 Nov 2024 14:21:11 +0100 Subject: xpra PATH because xpra is funky --- sigils/packages/xorg.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sigils/packages/xorg.scm b/sigils/packages/xorg.scm index 36a4bb5..97dcc92 100644 --- a/sigils/packages/xorg.scm +++ b/sigils/packages/xorg.scm @@ -186,10 +186,11 @@ (lambda* (#:key outputs #:allow-other-keys) ;; XXX: only export typelibs in inputs (wrap-program (search-input-file outputs "bin/xpra") - `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))) + `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))) + `("PATH" ":" prefix (,(string-append #$output "/bin"))))))))) (home-page "https://www.xpra.org/") (synopsis "Remote access to individual applications or full desktops") - (description "Xpra is a persistent remote display server and client for + (description "Xpra is a persistent remote display server and client for))))))))))) forwarding applications and desktop screens. It gives you remote access to individual applications or full desktops. On X11, it is also known as ``@command{screen} for X11'': it allows you to run programs, usually on a -- cgit v1.2.3