From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 uHegDMRGImMPXwEAbAwnHQ (envelope-from ) for ; Wed, 14 Sep 2022 23:25:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id wPt0C8RGImNnHwAAG6o9tA (envelope-from ) for ; Wed, 14 Sep 2022 23:25:24 +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 D697986FE for ; Wed, 14 Sep 2022 23:25:23 +0200 (CEST) Received: from localhost ([::1]:50910 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYZsl-0007DR-5z for larch@yhetil.org; Wed, 14 Sep 2022 17:25:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYZsV-00074X-0M for guix-patches@gnu.org; Wed, 14 Sep 2022 17:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oYZsU-0007UP-OW for guix-patches@gnu.org; Wed, 14 Sep 2022 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oYZsU-0000lG-Ix for guix-patches@gnu.org; Wed, 14 Sep 2022 17:25:02 -0400 Subject: bug#57799: [PATCH] gnu: gnome-mines: Fix build. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 14 Sep 2022 21:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57799 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder Cc: 57799-done@debbugs.gnu.org Mail-Followup-To: 57799@debbugs.gnu.org, ludo@gnu.org, mike@rohleder.de Received: via spool by 57799-done@debbugs.gnu.org id=D57799.16631906462848 (code D ref 57799); Wed, 14 Sep 2022 21:25:02 +0000 Received: (at 57799-done) by debbugs.gnu.org; 14 Sep 2022 21:24:06 +0000 Received: from localhost ([127.0.0.1]:56415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYZra-0000js-2p for submit@debbugs.gnu.org; Wed, 14 Sep 2022 17:24:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYZrY-0000ip-NV for 57799-done@debbugs.gnu.org; Wed, 14 Sep 2022 17:24:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54070) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYZrT-0007Jm-Ie; Wed, 14 Sep 2022 17:23:59 -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=98YIoPuR5kk1pEHacrz8IP3S6Z8xBzArXE5Um7OH0Y4=; b=WQisSh1V5iph3X1pJn7m QW9NoUQjZmEfBv0LpRgudTAfvoYRqtr5w+57vrI7ue7/KzXRqwRQ60GQVK+8FbalM7J80lFXt5Kho 4eWV7+CxjtUuUldIQxI9c6YZ8Wqzo3iox2c4k+yUkc93+LhuZWBQj8dTOqeOM6fQKVxOGq0a4Xcp7 q2aON0XUMLlNZoAOemvCeSWTmFvrn8M3zcHt1rlbObZHD414nag+6mNV92igmVVzd+9l+/4WA2aG0 BVb/YI6D08wzdcezaHa/e69LRoQgBF4hIYqZHJmFkHI9IV/WONpDpHnM7D8vu8S8KChMvjmT6w0kB Gx9HRG+jcby2Vg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64820 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYZrB-0003Ty-KR; Wed, 14 Sep 2022 17:23:59 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220914101625.4457-1-mike@rohleder.de> Date: Wed, 14 Sep 2022 23:23:40 +0200 In-Reply-To: <20220914101625.4457-1-mike@rohleder.de> (Michael Rohleder's message of "Wed, 14 Sep 2022 12:16:25 +0200") Message-ID: <8735ctveeb.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=1663190723; 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=98YIoPuR5kk1pEHacrz8IP3S6Z8xBzArXE5Um7OH0Y4=; b=YxX+FnhD81ZwrDzAfc4yoctDhEyeg5iZievSddff+oKiru6p4xUDugNjm7dU1t29Oz2Whf BOsfHBc3TtXoNMc5be6vvlo+Jogf7hQTjHUQqG6Mp7E/NIeuz59Wz6jYUiB0/25sKpjZx+ gP42nen9s+OpU5Io0kMW1VSFXJAODqL90/5xXSBHL1zR18+adYeHnBJd3Su3cB2DegCKRZ mCoM0tp8QufdUsJCYJnM/dcgMOqdQXF8IziZVLfELr8qdNGf5PTbEGLAn0IeckL1WDAore Vs5UVpMd2F3lP204c3AvhrTp0FJ2SVDS6pw3G6EMCLsGwp0u94aGHsmRmom/Ig== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663190723; a=rsa-sha256; cv=none; b=XOTEuKeoLBR36idE+UaDgwdsqUUy5499dfiVrw4NJWmXF0Uaio1IUbb6YorW2YJeyVemLn ZINVrN5fUCoeIRcDZwZJsa0hrxGXHEVNYflpAGmKTrzc7E7/pkx9a+3vqKc5VJQjQn1AJu uctku8MkQDYpuikKkpzB/P/dkCo2q+ZrkS3fa9+QKB+9b95HKqoRTVbU2DpJQ4QbeWbOLP waZGaK28p8Yrw9svCXAfL2oMhDtQdhQ780ThQk3Sfa4YEtLLkcJBuTpxZFzep1PAH0L3f2 kinK34ZVfmVv1rfAqCxvNA3weaEpq2Hoe6lqSAHBsuxznLbmH7OzQcGOcQQC9Q== 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=WQisSh1V; 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: -3.72 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=WQisSh1V; 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: D697986FE X-Spam-Score: -3.72 X-Migadu-Scanner: scn1.migadu.com X-TUID: PtDBwygu/S6v Michael Rohleder skribis: > * gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace libgnome-games-support with libgnome-games-support-1. Applied, thanks!