guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e0e3a18ad1cea9c0ec11196afc25bfce1b1258a7
Author: Hilton Chain <[email protected]>
AuthorDate: Mon Feb 9 11:06:59 2026 +0800
gnu: Add pipewire-minimal-1.4.
This is a follow-up to commit 63fbbd42dff2334dae62691bfc55f29bea0fa756,
which
breaks webrtc-for-telegram-desktop.
* gnu/packages/linux.scm (pipewire-minimal-1.4): New variable.
Change-Id: Ief9d4b438efe63df04cba4229837454752c2a9d1
---
gnu/packages/linux.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index fe17a81ffb..99b8005880 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11588,6 +11588,21 @@ of Linux application development.")
(native-inputs '())
(inputs '()))))
+(define-public pipewire-minimal-1.4
+ (package
+ (inherit pipewire-minimal)
+ (name "pipewire")
+ (version "1.4.10")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.freedesktop.org/pipewire/pipewire")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "14rsdbcsyyhjh7hvbq3d84f6s0fllvq6vpg39cxcd7l8fn4zc2zw"))))))
+
(define-public wireplumber
(package
(name "wireplumber")