diff options
author | David Elsing <david.elsing@posteo.net> | 2025-01-19 22:43:24 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-20 23:21:04 +0900 |
commit | 6d32a85fd18c3a7069dd80ab2aa549f8c6fa79ef (patch) | |
tree | aadc5c582d4f301c233c6215e92fc2f84c1e8f98 | |
parent | 2565da3bac6b345e64096d19794bcf41a4b50e37 (diff) | |
download | guix-6d32a85fd18c3a7069dd80ab2aa549f8c6fa79ef.tar.gz guix-6d32a85fd18c3a7069dd80ab2aa549f8c6fa79ef.zip |
gnu: pipewire: Add libdrm to inputs.
This is required for the GStreamer plugin.
* gnu/packages/linux.scm (pipewire)[inputs]: Add libdrm.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I419fc10f46e39ff57e8e8d9d3fc4bc929b9a0f5a
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7f73818d2e..172797f97d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10046,6 +10046,7 @@ types and interfaces and translates so that the X server can use them.") jack-2 ldacbt libcamera + libdrm libfdk libfreeaptx libsndfile |