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 ms9.migadu.com with LMTPS id iHfbM1LkXGSyMgAASxT56A (envelope-from ) for ; Thu, 11 May 2023 14:49:22 +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 wJm4M1LkXGQjCgEA9RJhRA (envelope-from ) for ; Thu, 11 May 2023 14:49:22 +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 7943821F44 for ; Thu, 11 May 2023 14:49:22 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1px5jE-00029Q-Rw; Thu, 11 May 2023 08:49:04 -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 1px5jD-00028o-DZ for guix-patches@gnu.org; Thu, 11 May 2023 08:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1px5jD-0002uN-5P for guix-patches@gnu.org; Thu, 11 May 2023 08:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1px5jC-000760-Mh for guix-patches@gnu.org; Thu, 11 May 2023 08:49:02 -0400 Subject: bug#62902: [PATCH 0/3] Fixing laby. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 11 May 2023 12:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62902 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ivana Drazovic Cc: 62902-done@debbugs.gnu.org Mail-Followup-To: 62902@debbugs.gnu.org, ludo@gnu.org, iv.dra@hotmail.com Received: via spool by 62902-done@debbugs.gnu.org id=D62902.168380933527256 (code D ref 62902); Thu, 11 May 2023 12:49:02 +0000 Received: (at 62902-done) by debbugs.gnu.org; 11 May 2023 12:48:55 +0000 Received: from localhost ([127.0.0.1]:49986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1px5j5-00075Y-5A for submit@debbugs.gnu.org; Thu, 11 May 2023 08:48:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1px5j3-00075L-9T for 62902-done@debbugs.gnu.org; Thu, 11 May 2023 08:48:54 -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 1px5ix-0002sh-KP; Thu, 11 May 2023 08:48:47 -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=kl1zBqbwgLuepuAB0MNoENt1IGQ+KZmZhgvqvKvg6Rw=; b=dxT3lBraR8n+OCA8TNTn b1uBDw4lKSgnQUBVy+Zg9/wQlAQ6c4MXZdL3fJP9j4Mjl2RYH1Pl8NnRca3CZsmprJttcCoShk+C/ JDDMknDJnZF+QbTLp1Ta/xKCi/iwbJ/DK/21EZcbT6m9ZgvtMaTLo7wXjM4idJkM8ex0DD8NRIHeO L+hBsw6nOAeK1p1YeVw/dfmdZvX3KQE1kDCzRI7klGVSha8qCodRENtVTM1k8toD9oXeSyw4hHEWZ sgvRwDH0snsxGG8yNmTuszR6LKUrRkAkLXEhrNOBcLo5MTGS/hWnt68OD4YxjTtTUTeo6NIrCTA25 U/c6GTj0HnF5DA==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1px5iu-0000y1-FJ; Thu, 11 May 2023 08:48:46 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Thu, 11 May 2023 14:48:42 +0200 In-Reply-To: (Ivana Drazovic's message of "Mon, 17 Apr 2023 11:52:57 +0200") Message-ID: <87a5yb3ufp.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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683809362; a=rsa-sha256; cv=none; b=D/+HWM5jfcC9y/Hrvq6z+8oI7ys41lrEaXDZNPIywqc3zCL0z24zv6nxyMbvA+wHIrNuEi vqWqfAYHxpx3YJRjhL0S45ChO+nPmOZDTHRDIqD5vHhQv7aFZnqhBh0Ug+MoDY/I4L1a0E 482T/WWFS1etHNJeukFDwzYBhq+9bC96lMs1yBFjSnOIj0YVKqfPNy2voQzIHxFrhLID9D /+nWaZyDAKvO61XOsOADiURvwgOUfWuwm+SCbF9IYZDZ0NC/XRkXPk2hbJAwuONOyIsLHe vA0nT6NFBwTq232br1zkMDLl3peZvMDmWk5qT4kxMcB27150aaBGEiNEeD/Urg== 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=dxT3lBra; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683809362; 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=kl1zBqbwgLuepuAB0MNoENt1IGQ+KZmZhgvqvKvg6Rw=; b=akvJqdafB0So/UJDT2J/ShRJdg94KMhCaaRF5Ex94GJiWyvouC3bB7NSKWa7K0AFeTrccV SavJgf47pt9N8yqEpO90Y2ZwjFL9uetCKS5icPkOMxkDDkwkBBJ70wY82FaKYpaU3UkBDp QQf5T3YPqotvANbSCp2Gh8sgmkii+nn8CxCmiRGK8PNGTlOphwxljx05jimez1dS2RVsNs M0ss8kRZYGtMdPQYbtdZ/mJbP5opcjzqqRQXBME4B7ejxJIgET0ZqXxQStqocyXyE7+3Fi 6hHOa/msPQjvFjpclw/Nke2b3cJKkl3UkuQV7aNDnglOwmaRhkYVUAo9t1IPzQ== X-Migadu-Spam-Score: -1.31 X-Spam-Score: -1.31 X-Migadu-Queue-Id: 7943821F44 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dxT3lBra; 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-TUID: mOfKlmafuLMp Hi, Ivana Drazovic skribis: > gnu: laby: Use new package style. > gnu: laby: Make laby function in pure environments. > gnu: laby: Add patch for being able to execute game code. Finally applied, thanks! Ludo=E2=80=99.