diff options
-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 |