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>
This commit is contained in:
Josselin Poiret 2022-09-01 14:55:47 +02:00 committed by Mathieu Othacehe
parent 13f53335ef
commit ea87b4e98a
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

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