mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
13f53335ef
commit
ea87b4e98a
1 changed files with 3 additions and 7 deletions
|
@ -8720,7 +8720,7 @@ (define-public pipewire-0.3
|
|||
(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 @@ (define-public pipewire-0.3
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue