mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: wireplumber: Update to 0.5.12.
* gnu/packages/linux.scm: (wireplumber): Update to 0.5.12. [native-inputs]: Add python-minimal. Change-Id: Ic670a4e1d25ca793f31802a270df4e3db5eec729 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
77fce92df2
commit
fc8c061ecf
1 changed files with 3 additions and 3 deletions
|
|
@ -11445,7 +11445,7 @@ of Linux application development.")
|
|||
(define-public wireplumber
|
||||
(package
|
||||
(name "wireplumber")
|
||||
(version "0.5.10")
|
||||
(version "0.5.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -11455,14 +11455,14 @@ of Linux application development.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0z4k6vn1zcqa5878mrcsin79b74ckvrzlprfxi730aa55w5xb609"))))
|
||||
(base32 "1dljz669ywy1lvvn0jh14ymynmbii45q5vay71zajpcg31249dyw"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Dsystemd=disabled"
|
||||
"-Dsystem-lua=true")))
|
||||
(native-inputs
|
||||
(list `(,glib "bin")
|
||||
pkg-config))
|
||||
pkg-config python-minimal))
|
||||
(inputs (list dbus elogind glib lua pipewire))
|
||||
(home-page "https://gitlab.freedesktop.org/pipewire/wireplumber")
|
||||
(synopsis "Session / policy manager implementation for PipeWire")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue