guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: pipewire-0.3: Update to 0.3.56.


From: guix-commits
Subject: 01/03: gnu: pipewire-0.3: Update to 0.3.56.
Date: Thu, 1 Sep 2022 11:43:28 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit ea87b4e98a8d7dd6f5894ef231fa1b7033363f8d
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Thu Sep 1 14:55:47 2022 +0200

    gnu: pipewire-0.3: Update to 0.3.56.
    
    * gnu/packages/linux.scm (pipewire-0.3): Update it.
    [arguments]: Restore the shrink-runpath phase, as validate-runpath passes 
now.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/linux.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 01fb79bf08..a685938ff9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8720,7 +8720,7 @@ of Linux application development.")
   (package
     (inherit pipewire)
     (name "pipewire")
-    (version "0.3.43")
+    (version "0.3.56")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8729,17 +8729,13 @@ of Linux application development.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gp2h0sidapcqmnifl0iipdmbzb18bdh8zdi7pfywr9gsksh0cxy"))))
+                "066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1"))))
     (arguments
      '(#:configure-flags
        (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
                             "/lib/udev/rules.d")
              "-Dsystemd=disabled"
-             "-Dsession-managers=[]")
-       #:phases
-       (modify-phases %standard-phases
-         ;; Skip shrink-runpath, otherwise validate-runpath fails.
-         (delete 'shrink-runpath))))
+             "-Dsession-managers=[]")))
     (inputs (modify-inputs (package-inputs pipewire)
               (prepend avahi
                        bluez



reply via email to

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