gnu: pipewire: Update to 0.3.29.
* gnu/packages/linux.scm (pipewire): Update to 0.3.29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b5b9266e40
commit
d0d948e393
1 changed files with 3 additions and 3 deletions
|
@ -7620,7 +7620,7 @@ of Linux application development.")
|
||||||
(package
|
(package
|
||||||
(inherit pipewire)
|
(inherit pipewire)
|
||||||
(name "pipewire")
|
(name "pipewire")
|
||||||
(version "0.3.22")
|
(version "0.3.29")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7629,12 +7629,12 @@ of Linux application development.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ywna5f5v8s79ivrqfwwc8vy6sn3a2zvfwqyalf1fypj5d90w8g9"))))
|
"16jjxcnahxqfcawz77ywx837ybhwzcivn7hgqb9cmlp1y2syy8gk"))))
|
||||||
(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=false")
|
"-Dsystemd=disabled")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Skip shrink-runpath, otherwise validate-runpath fails.
|
;; Skip shrink-runpath, otherwise validate-runpath fails.
|
||||||
|
|
Reference in a new issue