From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id MFO+BJRzL2bwRgAAqHPOHw:P1 (envelope-from ) for ; Mon, 29 Apr 2024 12:16:52 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id MFO+BJRzL2bwRgAAqHPOHw (envelope-from ) for ; Mon, 29 Apr 2024 12:16:52 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="RDG/YtGV"; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1714385812; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: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=aAn/olC1zjy5Khb9RrkFi0SQOK2vXc3KyevltSoiJs4=; b=kuEsBcZwClYsfRTopieYObsDiJYfuPN/uasyMm5yzEigGaCLGaWn9gxUBxZ9i29Av3XKCg TTAk45f8jw1KQcipUasKzJvEC1qOUJ3dRWU0S1p4lcUR7UMhl0ZgWy1KYVnRX6DiOV+ttn t+3Ep389CUxHOGs+H6fxxIp8kwEkP/jVVRyOaq43MA5rJipm+G7dGYeITJusdhTFP0ovmh 2MQDwnlWpWxNlNq8ESlRSc2THalZetg1jbxxbYy+JrFjUfp7QiRDsn9WIzqRQ2v/2pI3qi q5at4sNkghOOV7DjehJxFpxZlKt4nd5y4TQoImr5R29st4uf0+uq3DvdGz9QMw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1714385812; a=rsa-sha256; cv=none; b=TPTbB/Fs7JEcGgt/EmqxEXwArNeZS4Rci5nRXDmqY85lhhGkTLWCY+5JeQHEVUiucZDnYx a2PdJPUAN6Mh5ogUGNswIr7n/eG0wcswAXQoPLvDabcOp2TObBiF41HTf4+iSGEjA8AF5P VAQJS5QxLaL87+LGaYR/RKWx/tJtAxQRTx1w8EYI3Z3llGzh8Ug+ywMngr1A7yiZ70f7Rs 7tuBsPRVXFi9Ij45SRYfgE8mlREH1KnZ8dqNQCfpAbMk9vpr6FMhCSioD67ynxJPwQyd4D UpWRwXAYnRRWehWH11hlYMuluSS8UGqfoO4/R7lGhNzyPAPTNpS740J0hQ2mdw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="RDG/YtGV"; dmarc=pass (policy=none) header.from=gnu.org; 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" 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 C091B39CCF for ; Mon, 29 Apr 2024 12:16:51 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s1O3w-0000L9-Df; Mon, 29 Apr 2024 06:16:45 -0400 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 1s1O3u-0000Kd-GH for guix-patches@gnu.org; Mon, 29 Apr 2024 06:16:42 -0400 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 1s1O3u-0006xp-65 for guix-patches@gnu.org; Mon, 29 Apr 2024 06:16:42 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s1O4E-0005ua-1s for guix-patches@gnu.org; Mon, 29 Apr 2024 06:17:02 -0400 Subject: bug#68589: [PATCH] Add guix-home-service-type Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 29 Apr 2024 10:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68589 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Richard Sent Cc: rustand.lars@gmail.com, 68589-done@debbugs.gnu.org Mail-Followup-To: 68589@debbugs.gnu.org, ludo@gnu.org, rustand.lars@gmail.com Received: via spool by 68589-done@debbugs.gnu.org id=D68589.171438580922707 (code D ref 68589); Mon, 29 Apr 2024 10:17:01 +0000 Received: (at 68589-done) by debbugs.gnu.org; 29 Apr 2024 10:16:49 +0000 Received: from localhost ([127.0.0.1]:56389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s1O3r-0005u9-M7 for submit@debbugs.gnu.org; Mon, 29 Apr 2024 06:16:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s1O3q-0005u3-4f for 68589-done@debbugs.gnu.org; Mon, 29 Apr 2024 06:16:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s1O3P-0006tO-W6; Mon, 29 Apr 2024 06:16:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=aAn/olC1zjy5Khb9RrkFi0SQOK2vXc3KyevltSoiJs4=; b=RDG/YtGVWgktqD1T5iwN VV337Jo/T4olNmZ61c4kM9ZsFiryrjrJgIPmVzQk3cUrAHQ3lIvT8rPjJEi8kBoZOjMUlMxLU7hRv GtiMU7Nn4Gchcutj5pwymEFNJ9wOhWc1Gry5ysr9LAQTr4aLpgEhIi0yVtaq/0mKJOrcNGtgfpO9s FAWjVeqkElVzXlUyDTq4ZmtEjmzFlT7HtMB4WZ0T8R06D5Wxrx9HcrDtwtlfBaoAx2gDEM117RaS6 uy/4dK2NN3Iwjzr1ufUfiys7cG+esNM/iGHHMFUF2wIBkD2os2NXHJvzZy0KlN1bi0V3pcRvi6MV6 0Bu/NhQc+i0pCw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <87wmpp52jg.fsf@freakingpenguin.com> (Richard Sent's message of "Mon, 25 Mar 2024 19:12:35 -0400") References: <87wms5e6ym.fsf@yoga.mail-host-address-is-not-set> <87wmpp52jg.fsf@freakingpenguin.com> Date: Mon, 29 Apr 2024 12:16:08 +0200 Message-ID: <87frv4fp93.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , 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: -4.09 X-Spam-Score: -4.09 X-Migadu-Queue-Id: C091B39CCF X-Migadu-Scanner: mx11.migadu.com X-TUID: 7vUHj8IUwo3c Hi, Richard Sent skribis: > I accidentally submitted a patch very similar to this one at > https://issues.guix.gnu.org/69781. FYI in case anyone winds up iterating > on this version of the patch. > > Not sure how to merge debbugs issues. I did implement most of the > feedback mentioned in this issue and resolved a couple of other > problems. Oops indeed. Lars, I=E2=80=99m closing this issue, but please let us know = if you have suggestions! Ludo=E2=80=99.