From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44805) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSkyx-0001H8-7f for guix-patches@gnu.org; Thu, 07 Nov 2019 11:50:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSkyw-0001by-5T for guix-patches@gnu.org; Thu, 07 Nov 2019 11:50:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSkyw-0001bt-2l for guix-patches@gnu.org; Thu, 07 Nov 2019 11:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iSkyv-0000Yy-Uy for guix-patches@gnu.org; Thu, 07 Nov 2019 11:50:02 -0500 Subject: [bug#38096] [PATCH] gnu: packages: Add rofi-pass. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:44561) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSkxy-0008K7-Cu for guix-patches@gnu.org; Thu, 07 Nov 2019 11:49:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSkxx-0000we-EJ for guix-patches@gnu.org; Thu, 07 Nov 2019 11:49:02 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35953) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSkxx-0000vv-7s for guix-patches@gnu.org; Thu, 07 Nov 2019 11:49:01 -0500 Date: Thu, 7 Nov 2019 17:48:57 +0100 From: Tanguy Le Carrour Message-ID: <20191107164857.3j3tjyf3nk5wvgbm@rafflesia> References: <20191107081336.11498-1-tanguy@bioneland.org> <87h83gatj4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87h83gatj4.fsf@gmail.com> 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: Mathieu Othacehe Cc: 38096@debbugs.gnu.org Hi Mathieu, Le 11/07, Mathieu Othacehe a écrit : > > Hello Tanguy, > > > diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm > > I think this should go to password-utils.scm. I had a 50-50 chance… and picked the wrong one! ^_^' I'm sending v2! Thanks for reviewing. -- Tanguy