diff options
author | Sisiutl <sisiutl@egregore.fun> | 2024-11-27 14:21:11 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2024-11-27 14:21:11 +0100 |
commit | 15af28779fcea0a44f2b17723609468ee4f74e6e (patch) | |
tree | a69b47cd2dc5fd9f5c6d537324cbcdfa7ad6fbc6 | |
parent | 52bb0123ac1c7bf8f3a1799445311ddb2b7a8766 (diff) |
xpra PATH because xpra is funky
-rw-r--r-- | sigils/packages/xorg.scm | 5 |
1 files 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 |