guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: pipewire-0.3: Update to 0.3.40.


From: guix-commits
Subject: 01/02: gnu: pipewire-0.3: Update to 0.3.40.
Date: Sun, 28 Nov 2021 16:32:17 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit f18a586a45efe8447b3ef0c3c8df93e463630e9d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 28 22:31:09 2021 +0100

    gnu: pipewire-0.3: Update to 0.3.40.
    
    * gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40.
    [arguments]: Disable session managers to avoid missing input.
---
 gnu/packages/linux.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d8e6c7d..3fe36cb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8190,7 +8190,7 @@ of Linux application development.")
   (package
     (inherit pipewire)
     (name "pipewire")
-    (version "0.3.29")
+    (version "0.3.40")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8199,12 +8199,13 @@ of Linux application development.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16jjxcnahxqfcawz77ywx837ybhwzcivn7hgqb9cmlp1y2syy8gk"))))
+                "1c6gni23l5w3ghwqnfs712kjj6l1825f0ib8a6r2xc1ymr0sx3kr"))))
     (arguments
      '(#:configure-flags
        (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
                             "/lib/udev/rules.d")
-             "-Dsystemd=disabled")
+             "-Dsystemd=disabled"
+             "-Dsession-managers=[]")
        #:phases
        (modify-phases %standard-phases
          ;; Skip shrink-runpath, otherwise validate-runpath fails.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]