From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MH8aLOQBE2B5UAAA0tVLHw (envelope-from ) for ; Thu, 28 Jan 2021 18:26:44 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QFQWKOQBE2AGZwAA1q6Kng (envelope-from ) for ; Thu, 28 Jan 2021 18:26:44 +0000 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 6261194042F for ; Thu, 28 Jan 2021 18:26:44 +0000 (UTC) Received: from localhost ([::1]:41324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5C0B-0006c3-48 for larch@yhetil.org; Thu, 28 Jan 2021 13:26:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54674) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5Bzb-0006bq-1V for guix-devel@gnu.org; Thu, 28 Jan 2021 13:26:07 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:42199) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5BzX-0007jl-MR; Thu, 28 Jan 2021 13:26:06 -0500 X-Originating-IP: 76.68.120.100 Received: from [192.168.5.10] (bras-vprn-toroon474rw-lp130-08-76-68-120-100.dsl.bell.ca [76.68.120.100]) (Authenticated sender: rg@raghavgururajan.name) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id DD94540008; Thu, 28 Jan 2021 18:25:57 +0000 (UTC) Subject: Re: Possible bug in configuration-system? To: jbranso@dismail.de References: <67d56589-98f9-4c2c-96fe-f93dd5466ee7@gmail.com> <076e695c-aaaa-d523-ec59-f73df342ab5b@raghavgururajan.name> <24f661696c6a502dd95e504154f8fa5c@dismail.de> <87h7n1m9f4.fsf@gnu.org> <87r1m50zhb.fsf@dismail.de> From: Raghav Gururajan Message-ID: <0b747fc6-42bd-d407-9f64-e2c88e6137c6@raghavgururajan.name> Date: Thu, 28 Jan 2021 13:25:55 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.1 MIME-Version: 1.0 In-Reply-To: <87r1m50zhb.fsf@dismail.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=217.70.183.194; envelope-from=rg@raghavgururajan.name; helo=relay2-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org, Mikhail Tsykalov Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.35 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 6261194042F X-Spam-Score: -1.35 X-Migadu-Scanner: scn1.migadu.com X-TUID: fpv3pCAq+Rnq Hi Joshua! > Here it is! > > http://issues.guix.gnu.org/46130 Thanks so much. Regards, RG.