diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2023-01-08 18:10:28 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-01-08 18:12:15 +0100 |
commit | 8cca1a35bc42cddb7e0586062d192197520042d5 (patch) | |
tree | 424edfd856de30a8a8177e9c395515dadb5139af | |
parent | c2f47c968ea46051353a82af7cade23cb3b32219 (diff) |
gnu: Switch to default pipewire.
This is a follow-up of: 590700ce00177a826872c867066eeba6eb7c4641.
* gnu/packages/kde-plasma.scm (kwin, plasma-desktop,
plasma-workspace)[inputs]: Switch to pipewire.
* gnu/packages/mpd.scm (mpd)[inputs]: Ditto.
-rw-r--r-- | gnu/packages/kde-plasma.scm | 6 | ||||
-rw-r--r-- | gnu/packages/mpd.scm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 89405bacaa..2a3d86f801 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1242,7 +1242,7 @@ KDE Frameworks components.") libglvnd ; For OpenGLES libinput libxkbcommon - pipewire-0.3 + pipewire plasma-framework plasma-wayland-protocols qtbase-5 @@ -1657,7 +1657,7 @@ the KDE Plasma 5 desktop.") libxtst networkmanager-qt phonon - pipewire-0.3 + pipewire plasma-framework plasma-wayland-protocols pulseaudio @@ -2319,7 +2319,7 @@ sensors, process information and other system resources.") libxtst networkmanager-qt phonon - pipewire-0.3 + pipewire plasma-framework plasma-workspace-wallpapers plasma-wayland-protocols diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 63fb9bc974..63163e09dc 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -164,7 +164,7 @@ interfacing MPD in the C, C++ & Objective C languages.") libsndfile libvorbis opus - pipewire-0.3 + pipewire pulseaudio sqlite zlib)) |