From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SCw2Lcqeq2IwaQEAbAwnHQ (envelope-from ) for ; Thu, 16 Jun 2022 23:21:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yM86Lcqeq2KaLQEA9RJhRA (envelope-from ) for ; Thu, 16 Jun 2022 23:21:14 +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 7CB6339726 for ; Thu, 16 Jun 2022 23:21:14 +0200 (CEST) Received: from localhost ([::1]:40600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1wvR-0005Em-6t for larch@yhetil.org; Thu, 16 Jun 2022 17:21:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1wvG-0005Do-V3 for guix-patches@gnu.org; Thu, 16 Jun 2022 17:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49332) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o1wvG-0001lk-NI for guix-patches@gnu.org; Thu, 16 Jun 2022 17:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o1wvG-0004n9-JH for guix-patches@gnu.org; Thu, 16 Jun 2022 17:21:02 -0400 Subject: bug#55829: [PATCH 1/2] gnu: hcxtools: Use gexps. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 16 Jun 2022 21:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55829 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: phodina Cc: 55829-done@debbugs.gnu.org Mail-Followup-To: 55829@debbugs.gnu.org, ludo@gnu.org, phodina@protonmail.com Received: via spool by 55829-done@debbugs.gnu.org id=D55829.165541445218377 (code D ref 55829); Thu, 16 Jun 2022 21:21:02 +0000 Received: (at 55829-done) by debbugs.gnu.org; 16 Jun 2022 21:20:52 +0000 Received: from localhost ([127.0.0.1]:43228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1wv6-0004mL-Io for submit@debbugs.gnu.org; Thu, 16 Jun 2022 17:20:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1wv5-0004m9-N1 for 55829-done@debbugs.gnu.org; Thu, 16 Jun 2022 17:20:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50452) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1wv0-0001l3-GG; Thu, 16 Jun 2022 17:20:46 -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=OsaphwGeZtzAtfxQVrTqsIAuk+oJKNOH58vHZXa3FnY=; b=UKAkFHoMnrxpsTc6w39j ILYHKALpkdlEuIy8k4VACJ+szjC/PiSCSO3SeVkqi8NQ57rULKfThDeqA3WoSZH0KMXCX8oWfCBfa 354StXd3YPREE16YEU7SlFlcLqvM7zrIRInxEiM+GNjkMhvt1rEQ6eA7sgM4TsOU8z9gVLz1hldWw VTForDweYt+5HfwhGPq+3r5GsOoKdV10uHN+tD14gaHLlSXrO2CVtDEkabS20B0xqMn3g6HzvVGXp uRdreMySn1sEEmN36zB6ry6zRqYJAyZiG7tlHAScdK5vjMLhtbHm3+n5nY9Sun3pkifgiqPwlObsu Le6jc/sz1zOT8A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55725 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1wv0-0002BR-43; Thu, 16 Jun 2022 17:20:46 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Thu, 16 Jun 2022 23:20:43 +0200 In-Reply-To: (phodina@protonmail.com's message of "Tue, 07 Jun 2022 10:19:04 +0000") Message-ID: <87edzojoes.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655414474; 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: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=OsaphwGeZtzAtfxQVrTqsIAuk+oJKNOH58vHZXa3FnY=; b=mRNRgRT0FKabzk7rqeBLzyItthIZc7liOJUjxHV7MYklMGYDZtSAmE9YCosVMyC6Dv9tvG pOgRhegh6+jFwWCw8l13wfqLw85mBnmA5/vYUhkTbZFrwlc+DhwCCZPDQ4gtN83ZUiIkVN czJe5A6YkYxzUsHolMwLxryaNCLegpyk/2nMBbw1HY9n+ZbgvIEPom0Mj6lnc8TXvKrs06 fQVmp+4PNGyQEpq1c8gt+wXJ4Prvc1BnW+ZpEaCc2/3hBnvMurdGOvAPifEPjId5BFW+cr xb7O9goQdE0RoQOQuh2LylORD9ALEvMZIY2nmEKY9Sah2LIcluFzxX5S9EBE7g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655414474; a=rsa-sha256; cv=none; b=dl4vqMhREFokrwC5CRc2XsaGpIepPU9qwpzapgILhZ8zkR49eXKZS7vvvNkMQPLiR1w8Kd M2r3SvLmUctGCy3HZGwDUtH/gue1WvGt92+4ftklzqKvALBNH/7OXHSHTxroQaNUXpZl+E 0dJMOGk0+pETCjTc+RTt98xix9cKo1mNZSxh/pGhp3TyFvk5Lsi7FCFzvTKz0AovtqpyYj NiCfgHTrtUMehdycG6Nt70c9tekWyrF+TkZ2heUD0XPkknzx5kBk1RPbvUI5sq6wFS8FyP oYfCtEISJQ1T8BpknOFP4O1knH0JDw0LBSVuHkcriyUk/zQctYWygVJNc9fiYQ== 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=UKAkFHoM; 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" X-Migadu-Spam-Score: -4.79 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UKAkFHoM; 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" X-Migadu-Queue-Id: 7CB6339726 X-Spam-Score: -4.79 X-Migadu-Scanner: scn0.migadu.com X-TUID: oJYIv2Ha/Twx phodina skribis: > From 751167feff404c81dfbfb5e447b854a5dbc44c89 Mon Sep 17 00:00:00 2001 > From: Petr Hodina > Date: Tue, 7 Jun 2022 12:07:42 +0200 > Subject: [PATCH 1/2] gnu: hcxtools: Use gexps. > > * gnu/packages/networking.scm (hcxtools)[arguments]: Link libraries and use PREFIX instead of INSTALL_DIR. > [phases]: Use gexps. [...] > From 66dd167a01e0eec4a3d0064115e617ba155131ed Mon Sep 17 00:00:00 2001 > From: Petr Hodina > Date: Tue, 7 Jun 2022 12:05:54 +0200 > Subject: [PATCH 2/2] gnu: hcxtools: Update to 6.2.7. > > * gnu/packages/networking.scm (hcxtools): Update to 6.2.7. Applied, thanks! Ludo'.