From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8CXENHMtQ2MFjAAAbAwnHQ (envelope-from ) for ; Sun, 09 Oct 2022 22:22:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yKjSNHMtQ2M/wwAA9RJhRA (envelope-from ) for ; Sun, 09 Oct 2022 22:22:11 +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 B49AF3BE65 for ; Sun, 9 Oct 2022 22:22:11 +0200 (CEST) Received: from localhost ([::1]:42728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohcoM-0005lk-Pu for larch@yhetil.org; Sun, 09 Oct 2022 16:22:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohcoE-0005jU-TR for guix-patches@gnu.org; Sun, 09 Oct 2022 16:22:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45898) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohcoE-00013h-La for guix-patches@gnu.org; Sun, 09 Oct 2022 16:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohcoE-0005CT-A1 for guix-patches@gnu.org; Sun, 09 Oct 2022 16:22:02 -0400 Subject: bug#58236: [PATCH] gnu: genie: Add genie. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 09 Oct 2022 20:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58236 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "J. Sims" Cc: Liliana Marie Prikler , "58236@debbugs.gnu.org" <58236-done@debbugs.gnu.org> Mail-Followup-To: 58236@debbugs.gnu.org, ludo@gnu.org, jtsims@protonmail.com Received: via spool by 58236-done@debbugs.gnu.org id=D58236.166534687019921 (code D ref 58236); Sun, 09 Oct 2022 20:22:02 +0000 Received: (at 58236-done) by debbugs.gnu.org; 9 Oct 2022 20:21:10 +0000 Received: from localhost ([127.0.0.1]:44975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohcnL-0005BC-Nb for submit@debbugs.gnu.org; Sun, 09 Oct 2022 16:21:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohcnG-0005AF-SF for 58236-done@debbugs.gnu.org; Sun, 09 Oct 2022 16:21:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohcn9-0000up-KM; Sun, 09 Oct 2022 16:20:55 -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=q4cTjjVgSL8JIMQd8lA56iA6eyn8N6NBN/fTk+eK1nw=; b=gSXrLhkdok8388iQfeCP 2uosD4IxVtT7U6B4GNoLWWm1LczcXzbiDs8fWanGxAdkgSgxGZKiyP8MY81MUiPrm7Zx7gkKjK2qi SREJwDCT+xnuMiuGQ29D3voRHWEMFVs+nkPSFN7Qb4I7Nc+5y9I/Ivhj2r+fn/lBctffZwS4vvl8P BNZ5Bb6R4cC68ow1caMtlO0UaUibikYuqvnpMHc78edOwcN97lEBOwjGMjbbudtGIinPt8z/5j5cV +zn33cBIFJyMMmmXS7GQP5tmxU2F6yOZX7uFfxdb+NWLfVio2K0Yh4wQ4GXN/QA0CaMojAqx81Dbb bpg8U9vfKuDqPg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49171 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohcn8-0007z8-4R; Sun, 09 Oct 2022 16:20:55 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <4U8NHZEnxqwJYZmqbBYDduYPojljirob5Ax9z0XH0A1W-PPzFbyPbLlp1ncKs-H3CsRFZ52plHVTtoqpvrKaciBg1WkYdheAON-fY93Ui8U=@protonmail.com> <3b2b96fccc4cc1df3dc34963f2c7ce8eff04f857.camel@ist.tugraz.at> <77199596cf765478acdd1f7018107acc5e040d4e.camel@ist.tugraz.at> Date: Sun, 09 Oct 2022 22:20:52 +0200 In-Reply-To: (J. Sims's message of "Thu, 06 Oct 2022 01:12:55 +0000") Message-ID: <87h70c4ul7.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665346931; 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=q4cTjjVgSL8JIMQd8lA56iA6eyn8N6NBN/fTk+eK1nw=; b=jLas7uURahbxU/poPp8rVABjD3zP6vmb7PCk2SEfaUqpya2nn5I+Jf9e4BOiEKFJhk0BXm 1Mts4bf0KjjLJYzVMj/UkJD5tbrX9CMgwmnCMVhEn3AbQII3RnE9dQCOeg6+0h7+GIlZ6y kEQ8Awufz7FHN4LLkEPMF4UuJzCX+VL74Ht59A75HEdALxp5MxZybrNUcElGEMq2tx0W/8 HFAVmZX+sWBBCPkcpt+w8aJ14gF6Fi1a21k0JndSPSf15pqoooSqu+2rNjwc2OWeDwxv3j twTVslWZo4e3w9z3wBnnzo0/1reelPFXXnESE8mT99wcE6ZrP6LXnuAQ8m1IlA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665346931; a=rsa-sha256; cv=none; b=ZgBKo8Ce9gIvUuinaZ8apLqNm6UQHHssLqyp6rKFcfIJOZkgJiePeKWLa+JAiZ18b4ZL28 3vNUQHDoavMYtwhvAe0f45RqoOscd4rmyo8a4Tg7mnWw/VAQepZW1IQRVu3EF4kXnxtSEn QrNDoeGHtreeGiWZYEILEAy0ZfhwEwlVbyMOJLOK4ShW4GUJvtk+JLHJMKn9nEF7uU0f3Y /uAUtMh/MOv0Afoko34C5ukJT5RqEt5dSyFcFO3f7JHLCA0aQjp0QuQTwVf8nglzSWacaZ aXu385k52ifTb0vbYY615ZMiVaRSQqU5Ngxnv7CkLHITEsMfGMDYFFuTu7QqGg== 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=gSXrLhkd; 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: -2.28 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=gSXrLhkd; 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: B49AF3BE65 X-Spam-Score: -2.28 X-Migadu-Scanner: scn1.migadu.com X-TUID: XXlzf8xJU+zO Hi, "J. Sims" skribis: > From 7a1d86dbe8b07964661160d5b86e9cd92790cf1e Mon Sep 17 00:00:00 2001 > From: "J. Sims" > Date: Wed, 5 Oct 2022 19:37:11 -0500 > Subject: [PATCH] gnu: genie: Add genie. > > * gnu/packages/build-tools.scm (genie): Add genie. Applied, thanks! Ludo=E2=80=99.