guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: Add wireplumber-minimal.


From: guix-commits
Subject: 01/08: gnu: Add wireplumber-minimal.
Date: Fri, 22 Dec 2023 09:30:49 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit c3b99101982be292138f067db2cd429eeeda97fb
Author: Daniel Ziltener <dziltener@lyrion.ch>
AuthorDate: Wed Dec 20 23:40:58 2023 +0100

    gnu: Add wireplumber-minimal.
    
    * gnu/packages/linux.scm (wireplumber-minimal): New variable.
    
    Modified-by: Hilton Chain <hako@ultrarare.space>
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
    Change-Id: I881c72bd0ad202a1ee3fff324f0d6c6b4bf66dd4
---
 gnu/packages/linux.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3ca756dead..2d9e4cebbe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9451,6 +9451,19 @@ providing convenience for writing the daemon's modules 
as well as external
 tools for managing PipeWire.")
     (license license:expat)))
 
+(define-public wireplumber-minimal
+  (let ((base wireplumber))
+    (package
+      (inherit base)
+      (name "wireplumber-minimal")
+      (arguments
+       (substitute-keyword-arguments (package-arguments base)
+         ((#:configure-flags flags ''())
+          #~(cons "-Delogind=disabled" #$flags))))
+      (inputs
+       (modify-inputs (package-inputs base)
+         (delete "elogind"))))))
+
 (define-public ell
   (package
     (name "ell")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]