From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:700:3204::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id EFp3ChaghWU0awAAkFu2QA (envelope-from ) for ; Fri, 22 Dec 2023 15:41:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id wLFLBhaghWUFNwAAe85BDQ (envelope-from ) for ; Fri, 22 Dec 2023 15:41:26 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b="HfPZ/n9a"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1703256085; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=0QGbld9CyDnP4B/p5YeHQO6oCwHo0hIxv4msnUG0tY8=; b=Z2SJzxk1zP7+yhuWI7ZChgo5/zpqY1rEwWd4xWcZp+uSK2+HlsLxMp5vlTOyztiUMrJ3/h zulHWeUnwyM5cCOl+XfNS9BvD9e/30q8fiCwxWzkyqgdtHTD14AmjcPnIXSCtyRDnkI37V Y8iWug8PDOfi7TgiOs7aUgpPlZhIouuXSch/RsF8ESsN5go05LxZFW0Zfz+oh60MQEKcOJ GSQ+dEYqpahgUwSu9fME4Cfh3o5ZIYQD8E2jOhnuAl8qW+FsXDOmGLhuzfOvezbisZuuXF Q1HCIh7G4TDfKpZZ9Ah4fIejGcEy6Fu5++r145+f1z7i0RZooP5v16C3l5guxQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1703256085; a=rsa-sha256; cv=none; b=LZ3IX5IZ513Tg8lq32keUpO1PyLAsxl2Op5jKb37uXw/z+lcyXau3/EYlICRvOOy3g0uOl VgbBXDCVLdNcT9sIvj6qlhv0MucCZv9yV2prlyvxR+bS1RGhvoFPKBrq8AYs1LEHqSdAfh 962tSC9MnNWit/PLXyUb8/r5ewhulr1CFHGNykZR5ny18zJ2J/U46Hf1vOTz0koXTe2mP5 IQ+nshjCrG9GZA92tPf/9IoJ3i6DYO3i2xrVcBEr4w8bI2lWZ5CvGCbJrmRGVRO6n6v7rR WORZ4JgBpTOR6NJMgtf5ZweAGRNyj5H7AgtQ0DJAr+SkPnUQhOHx+dAUFOBiIw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b="HfPZ/n9a"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9D96E3CF5B for ; Fri, 22 Dec 2023 15:41:25 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rGghz-0003cN-LT; Fri, 22 Dec 2023 09:41:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rGghy-0003bK-0y for guix-patches@gnu.org; Fri, 22 Dec 2023 09:41:02 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rGghu-0002ZW-OG for guix-patches@gnu.org; Fri, 22 Dec 2023 09:41:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rGghz-0000Sq-B8 for guix-patches@gnu.org; Fri, 22 Dec 2023 09:41:03 -0500 Subject: bug#67943: [PATCH] gnu: linux: add wireplumber-minimal. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 22 Dec 2023 14:41:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 67943 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Daniel Ziltener Cc: 67943-done@debbugs.gnu.org Mail-Followup-To: 67943@debbugs.gnu.org, hako@ultrarare.space, dziltener@lyrion.ch Received: via spool by 67943-done@debbugs.gnu.org id=D67943.17032560361713 (code D ref 67943); Fri, 22 Dec 2023 14:41:03 +0000 Received: (at 67943-done) by debbugs.gnu.org; 22 Dec 2023 14:40:36 +0000 Received: from localhost ([127.0.0.1]:46268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGghX-0000RZ-Jc for submit@debbugs.gnu.org; Fri, 22 Dec 2023 09:40:35 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:35986) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGghW-0000RR-6p for 67943-done@debbugs.gnu.org; Fri, 22 Dec 2023 09:40:34 -0500 Date: Fri, 22 Dec 2023 22:32:21 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1703256026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0QGbld9CyDnP4B/p5YeHQO6oCwHo0hIxv4msnUG0tY8=; b=HfPZ/n9aCSPIwRXJfVMSVPOJgNbzE3DlWVsVPq9g3KI5trGkLuGhnrH5Pg4u7OBQ8gcPFZ xfAGebFCC/32xvZGJ8wzpdVj/hj9XZM75dU6LSvpuSibWxxEt6D3RdQqRbIfya0ZbjVeUE 7HS3CI1WAVp0vTRuu75tZWzmcGtLgbLdRvUKmWOdvRD55IG068ud0IMdMjyvyWltz41ZBy YrCY7i7J+s5As5l20Ad/HWtaOYSFqOJpB0/kxenqdHCmGCzKC6cArDhKGDDKOexRJ0D3Fp KKYlGyrdo0n40OY/ivA/LD6rMTrj/Cx1bPAQCDInJcn0mgztYGAvwi6elHq98Q== Message-ID: <87v88qtiiy.wl-hako@ultrarare.space> In-Reply-To: <9adaf00fe27bf406396f699ececc8d93@lyrion.ch> References: <9adaf00fe27bf406396f699ececc8d93@lyrion.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: / X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.70 X-Spam-Score: -6.70 X-Migadu-Queue-Id: 9D96E3CF5B X-Migadu-Scanner: mx11.migadu.com X-TUID: SxqI7NAeN0QW Hi Daniel, On Thu, 21 Dec 2023 06:40:58 +0800, Daniel Ziltener via Guix-patches via wrote: > > This inherits wireplumber, and removes the dependency on elogind to make it > useful for people using seatd. > --- > gnu/packages/linux.scm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index 3ca756dead..999b9b4363 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -9451,6 +9451,16 @@ (define-public wireplumber > tools for managing PipeWire.") > (license license:expat))) > > +(define-public wireplumber-minimal > + (package > + (inherit wireplumber) > + (name "wireplumber-minimal") > + (arguments > + `(#:configure-flags '("-Dsystemd=disabled" > + "-Delogind=disabled" > + "-Dsystem-lua=true"))) > + (inputs (list dbus glib lua pipewire)))) > + > (define-public ell > (package > (name "ell") > -- > 2.41.0 I have modified the package definition to the following: --8<---------------cut here---------------start------------->8--- (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")))))) --8<---------------cut here---------------end--------------->8--- , adjusted the commit message and applied the patch as c3b99101982be292138f067db2cd429eeeda97fb. Thank you!