mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Switch to default pipewire.
This is a follow-up of: 590700ce00
.
* gnu/packages/kde-plasma.scm (kwin, plasma-desktop,
plasma-workspace)[inputs]: Switch to pipewire.
* gnu/packages/mpd.scm (mpd)[inputs]: Ditto.
This commit is contained in:
parent
c2f47c968e
commit
8cca1a35bc
2 changed files with 4 additions and 4 deletions
|
@ -1242,7 +1242,7 @@ (define-public kwin
|
|||
libglvnd ; For OpenGLES
|
||||
libinput
|
||||
libxkbcommon
|
||||
pipewire-0.3
|
||||
pipewire
|
||||
plasma-framework
|
||||
plasma-wayland-protocols
|
||||
qtbase-5
|
||||
|
@ -1657,7 +1657,7 @@ (define-public plasma-desktop
|
|||
libxtst
|
||||
networkmanager-qt
|
||||
phonon
|
||||
pipewire-0.3
|
||||
pipewire
|
||||
plasma-framework
|
||||
plasma-wayland-protocols
|
||||
pulseaudio
|
||||
|
@ -2319,7 +2319,7 @@ (define-public plasma-workspace
|
|||
libxtst
|
||||
networkmanager-qt
|
||||
phonon
|
||||
pipewire-0.3
|
||||
pipewire
|
||||
plasma-framework
|
||||
plasma-workspace-wallpapers
|
||||
plasma-wayland-protocols
|
||||
|
|
|
@ -164,7 +164,7 @@ (define-public mpd
|
|||
libsndfile
|
||||
libvorbis
|
||||
opus
|
||||
pipewire-0.3
|
||||
pipewire
|
||||
pulseaudio
|
||||
sqlite
|
||||
zlib))
|
||||
|
|
Loading…
Reference in a new issue