add blueman-sakura
This commit is contained in:
parent
08bf123a16
commit
a329337cf7
1 changed files with 17 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages python-xyz)
|
#:use-module (gnu packages python-xyz)
|
||||||
|
#:use-module (gnu packages networking)
|
||||||
#:use-module (gnu packages pulseaudio))
|
#:use-module (gnu packages pulseaudio))
|
||||||
|
|
||||||
(define-public pulseaudio-sakura
|
(define-public pulseaudio-sakura
|
||||||
|
@ -106,3 +107,19 @@
|
||||||
(modify-inputs (package-inputs wireplumber)
|
(modify-inputs (package-inputs wireplumber)
|
||||||
(replace "pipewire" pipewire-sakura)))))
|
(replace "pipewire" pipewire-sakura)))))
|
||||||
|
|
||||||
|
(define-public blueman-sakura
|
||||||
|
(package
|
||||||
|
(inherit blueman)
|
||||||
|
(name "blueman")
|
||||||
|
(version "2.4.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/blueman-project/blueman/releases"
|
||||||
|
"/download/" version "/blueman-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "11gyjd3l6afk1mnmw20wp49jfp5pcvvdc4caiwl7kjs2jy84kz5x"))))
|
||||||
|
(inputs
|
||||||
|
(modify-inputs (package-inputs blueman)
|
||||||
|
(replace "bluez" bluez-sakura)
|
||||||
|
(replace "pulseaudio" pulseaudio-sakura)))))
|
||||||
|
|
Loading…
Reference in a new issue