From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id UD+dKAUyA2VCVQEAG6o9tA:P1 (envelope-from ) for ; Thu, 14 Sep 2023 18:17:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id UD+dKAUyA2VCVQEAG6o9tA (envelope-from ) for ; Thu, 14 Sep 2023 18:17:09 +0200 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 A81FA5AAEB for ; Thu, 14 Sep 2023 16:49:28 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="i1f9/ugE"; 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=1694702968; 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=pu4Ab5Td5dcevGxQNQNdC/8rq2XSqzv5cj8zqRj07QY=; b=q8VTU3fPNIYn9hIzdQ09yPKXNWmokP+CtApSzG/esmqyfeZy3ax77y4fTwhNYGCLU6NW8N pqdlqR1PfLbUMzjurN+0Vz88tvKN7oaaJZbQVVhyVqba4qM0u7YH4FZIvBXCWVoetktku9 WHHaOHoT0dmub+fwa4MlnYEfW7GiKMusAmvU+AUwTwxzIevPV5ucui62NfXyk8A8KAmUfY RdFlJi2zEtNDKtyvT5b403dVY1uC6I4T7bMyTmGROd2vgSGmd06ZnGH+cF0rvIlvBCSVyc XBplu+CMkOYsaYlSJwcbDp0MjoXH5sYW5dBpqj4QmmrlT7c4OR58nbFpC/XyfQ== 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="i1f9/ugE"; 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-Seal: i=1; s=key1; d=yhetil.org; t=1694702968; a=rsa-sha256; cv=none; b=AmSQMQ0zvguNv5P7J9nq9wamrgB0DR7Xh2xD0XgFfWRdt90YZFwriEFO1YslGP+85ULS/L IVCBdXeHsMDBeDealpXyLUi8skd7g7/JvqaM4/Q/07DuDYTnY6nURkgtq1zEe1u1Vj5ZRV XklArb/PG8wpOZfbDwG9Fx1yun4k9bS6qBTN8NeZMHrPspJyr79gub8N4/zvhyu8CGP5re HLhil6yVP1/JLyZioaDHZa4BCGX0CC6pa7VHJmtc/5c6xpIbl5VJsXqoB88m9D1+h3wjF+ MZFna5mhQDrFSeaA9fPjSfcwKcbs4g41kS1WGlRcVe97A3PMst/Op5vGUVDkGQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgned-0006S7-Im; Thu, 14 Sep 2023 10:49:16 -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 1qgneO-0006I2-7t for guix-patches@gnu.org; Thu, 14 Sep 2023 10:49:00 -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 1qgneM-0002MP-4e for guix-patches@gnu.org; Thu, 14 Sep 2023 10:48:58 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgneR-0002ko-W1 for guix-patches@gnu.org; Thu, 14 Sep 2023 10:49:04 -0400 Subject: bug#65838: [PATCH] gnu: neofetch: Fix cross-compiling . Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2023 14:49:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65838 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Zheng Junjie Cc: 65838-done@debbugs.gnu.org Mail-Followup-To: 65838@debbugs.gnu.org, ludo@gnu.org, zhengjunjie@iscas.ac.cn Received: via spool by 65838-done@debbugs.gnu.org id=D65838.169470290210366 (code D ref 65838); Thu, 14 Sep 2023 14:49:03 +0000 Received: (at 65838-done) by debbugs.gnu.org; 14 Sep 2023 14:48:22 +0000 Received: from localhost ([127.0.0.1]:40800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgndm-0002h7-5e for submit@debbugs.gnu.org; Thu, 14 Sep 2023 10:48:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39938) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgndk-0002gK-HQ for 65838-done@debbugs.gnu.org; Thu, 14 Sep 2023 10:48:21 -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 1qgndX-0002G7-5h; Thu, 14 Sep 2023 10:48:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=pu4Ab5Td5dcevGxQNQNdC/8rq2XSqzv5cj8zqRj07QY=; b=i1f9/ugEBbiwzQhpAh/3 M+NnLNRJ+OLLuPRG+VmMt+vKBL1eIFahhRglWcfHS17kyy+ZZyxXeWAlL17HexaejNYKx3jzzi4hH ulb0+tROZbiOMEtOqWqkT0uV0tbi8DllV77SWFn/k9+X9UWDgOkwJ75cxrKgeUqdrXtpJ10rwpcol wCPdb+9SZpTBZvrVpsg4Tk6D1AvkYriSKcep2JtiVa2hRp1Pv06XCUDJk7ofBRNS1FYbrDqGO68Pn 8xHw61dPapnVBMzSNQijjDFUIBZNMEZeZGk1yj/KvAjt9a41LP5iDes+ray23oDBfXWQEVcTdY7bA 0FPgoie7kdH6/w==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Thu, 14 Sep 2023 16:48:05 +0200 In-Reply-To: (Zheng Junjie's message of "Sat, 9 Sep 2023 17:26:00 +0800") Message-ID: <87jzssak0q.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) 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-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -2.11 X-Spam-Score: -2.11 X-Migadu-Queue-Id: A81FA5AAEB X-TUID: jouk4BBXGe4N Zheng Junjie skribis: > * gnu/packages/admin.scm (neofetch): Fix cross-compiling. > [arguments]: Use Gexp. Hi! Applied, thanks! Ludo=E2=80=99.