all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73554] [PATCH] gnu: xpra: Add optional dependencies (tray, audio management, notifications).
@ 2024-09-29 12:32 Sisiutl
  0 siblings, 0 replies; only message in thread
From: Sisiutl @ 2024-09-29 12:32 UTC (permalink / raw)
  To: 73554; +Cc: Sisiutl

* gnu/packages/xorg.scm (xpra)[inputs]: Add libappindicator, gstreamer, pulseaudio and python-pyinotify.

Change-Id: I76904f57ca52de7f0d456e9e69d9875293951629
---
 gnu/packages/xorg.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0de08a4ad1..318cff886f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6161,8 +6161,8 @@ (define-public xpra
      (origin
        (method git-fetch)
        (uri (git-reference
-           (url "https://github.com/Xpra-org/xpra.git")
-           (commit (string-append "v" version))))
+             (url "https://github.com/Xpra-org/xpra.git")
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32 "0zw1zsv5348bbykg6qaz2bn5ayrz5xgmnpfhi4i8pjlw0k7z8raa"))
@@ -6175,6 +6175,7 @@ (define-public xpra
            libjpeg-turbo
            libwebp
            ffmpeg
+           libappindicator
            libx11
            libxrandr
            libxtst
@@ -6185,9 +6186,12 @@ (define-public xpra
            libxext
            libxres
            lz4
+           gstreamer
            gtk+
+           pulseaudio
            python-pycairo
            python-pygobject
+           python-pyinotify
            xauth
            xorg-server
            xf86-video-dummy
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-29 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-29 12:32 [bug#73554] [PATCH] gnu: xpra: Add optional dependencies (tray, audio management, notifications) Sisiutl

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.