From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34133) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSeit-00032k-Em for guix-patches@gnu.org; Thu, 07 Nov 2019 05:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSeis-0000Dk-Ih for guix-patches@gnu.org; Thu, 07 Nov 2019 05:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32841) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSeis-0000Dg-Fe for guix-patches@gnu.org; Thu, 07 Nov 2019 05:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iSeis-0002Mn-7e for guix-patches@gnu.org; Thu, 07 Nov 2019 05:09:02 -0500 Subject: [bug#38096] [PATCH] gnu: packages: Add rofi-pass. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34033) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSehw-0002hc-RP for guix-patches@gnu.org; Thu, 07 Nov 2019 05:08:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSehv-0005Rt-Vi for guix-patches@gnu.org; Thu, 07 Nov 2019 05:08:04 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:33080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSehv-0005M0-Q1 for guix-patches@gnu.org; Thu, 07 Nov 2019 05:08:03 -0500 Received: by mail-wm1-x344.google.com with SMTP id a17so3702801wmb.0 for ; Thu, 07 Nov 2019 02:08:03 -0800 (PST) References: <20191107081336.11498-1-tanguy@bioneland.org> From: Mathieu Othacehe In-reply-to: <20191107081336.11498-1-tanguy@bioneland.org> Date: Thu, 07 Nov 2019 11:07:59 +0100 Message-ID: <87h83gatj4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38096@debbugs.gnu.org Cc: tanguy@bioneland.org Hello Tanguy, > diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm I think this should go to password-utils.scm. Mathieu