GNU bug report logs -
#52492
[PATCH 0/7] Improve screen sharing support under Wayland
Previous Next
Reported by: Josselin Poiret <dev <at> jpoiret.xyz>
Date: Tue, 14 Dec 2021 21:46:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 52492 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/linux.scm (pipewire-0.3): Refactor it.
---
gnu/packages/linux.scm | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c752df7996..191ab757e4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8134,15 +8134,14 @@ (define-public pipewire-0.3
(modify-phases %standard-phases
;; Skip shrink-runpath, otherwise validate-runpath fails.
(delete 'shrink-runpath))))
- (inputs
- (append (package-inputs pipewire)
- `(("avahi" ,avahi)
- ("bluez" ,bluez)
- ("jack" ,jack-2)
- ("ldacbt" ,ldacbt)
- ("pulseaudio" ,pulseaudio)
- ("vulkan-loader" ,vulkan-loader)
- ("vulkan-headers" ,vulkan-headers))))))
+ (inputs (modify-inputs (package-inputs pipewire)
+ (prepend avahi
+ bluez
+ jack-2
+ ldacbt
+ pulseaudio
+ vulkan-loader
+ vulkan-headers)))))
(define-public ell
(package
--
2.34.0
This bug report was last modified 3 years and 246 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.