From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 KHVWIJNGImMOEwEAbAwnHQ (envelope-from ) for ; Wed, 14 Sep 2022 23:24:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id yBcAIJNGImMVpAAAauVa8A (envelope-from ) for ; Wed, 14 Sep 2022 23:24:35 +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 19D898920 for ; Wed, 14 Sep 2022 23:24:35 +0200 (CEST) Received: from localhost ([::1]:33422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYZs1-0006W7-3l for larch@yhetil.org; Wed, 14 Sep 2022 17:24:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYZrX-0006VW-9L for guix-patches@gnu.org; Wed, 14 Sep 2022 17:24:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39477) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oYZrX-0007KE-0L for guix-patches@gnu.org; Wed, 14 Sep 2022 17:24:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oYZrW-0000j9-RA for guix-patches@gnu.org; Wed, 14 Sep 2022 17:24:02 -0400 Subject: bug#57797: [PATCH] gnu: mousepad: 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:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57797 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder Cc: 57797-done@debbugs.gnu.org Mail-Followup-To: 57797@debbugs.gnu.org, ludo@gnu.org, mike@rohleder.de Received: via spool by 57797-done@debbugs.gnu.org id=D57797.16631905872708 (code D ref 57797); Wed, 14 Sep 2022 21:24:02 +0000 Received: (at 57797-done) by debbugs.gnu.org; 14 Sep 2022 21:23:07 +0000 Received: from localhost ([127.0.0.1]:56404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYZqd-0000hb-GC for submit@debbugs.gnu.org; Wed, 14 Sep 2022 17:23:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYZqb-0000gs-Nz for 57797-done@debbugs.gnu.org; Wed, 14 Sep 2022 17:23:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47488) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYZqW-0007Fh-H5; Wed, 14 Sep 2022 17:23:00 -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=nw9yyt0cjDeGIfP6aMjeKzE7l21OZ2cVAl5h5xcQtmE=; b=CZXoi/cbPYTVCPMTTPl7 33gzB1y1sCJ8RGpfJcNZzIicDQ2tPC4f8r4H23pWo+mH+Tb+FHfQHCWDu2ApyxiQGdxnifG2bNefz Ycolj1GOmLqxJQCZZB0o9hBEK5xyWDi44a3XGMTloRhKKoPmVZN63ceilDu+3o5epqxEr8DadIMdm gc7oSAB1ROnwpIQSYjasZThOpEZBKKwG2X0BgMvu+Ips2Kl7pu7N+n6HL7pU2VB8T+/+i7Ql6txDP 7UQEWlEXpR6YrOLsMyBXSk0XaAhUvs3WH11hfgRPtFLUgVGnuTLMJ6/8MCNKUrO/v3/6jiue22xnX PcfYPXNfJNZhyg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60636 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYZqW-0003RJ-1w; Wed, 14 Sep 2022 17:23:00 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220914094805.29104-1-mike@rohleder.de> Date: Wed, 14 Sep 2022 23:22:58 +0200 In-Reply-To: <20220914094805.29104-1-mike@rohleder.de> (Michael Rohleder's message of "Wed, 14 Sep 2022 11:48:05 +0200") Message-ID: <877d25vefh.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-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=1663190675; 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=nw9yyt0cjDeGIfP6aMjeKzE7l21OZ2cVAl5h5xcQtmE=; b=SvcCROVxTO4robdzdsh/nj3IpURF+nArHnPRKpIZR4AUDCn9lZN2YflyyK3i6M8Awh4BqJ 76pEsZVAfafTkZYphSn4+n2Qh3R6aJQj6kwKRgOdUBO5DNdjiPgMyaR+TYynbXI2p6VtWB +wh21mDxr58xMNSPCy07pWzWEDiKw8jhOg+EOOXkoI9TK2nZiGNQ5SzjyVYyl4Ti4m7VwO Who0ouYCvZEtOiLMooNoIudIlZhpsZYzRFs3GOnrnTBnGPB4WTUZl4eE8wsONwy3gIRipG em46V7jldB2wl4FsQEKu4GiomGVHxadm4BadYnpNY3gjFp8DKX/idYS/YRLtMA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663190675; a=rsa-sha256; cv=none; b=Jqj72VWlZIvDOsTETEJthtox5tRa9UUGQiMt+WoK1JR045UCf74KeImsyPbjyh5ziFAM1K dv0hNIb+kr/jVO6XAOq3gpnlmLO0EIwHYCNmZputzA/qDJE+G2PldEFXihiYRdskEWeyuY SKgBTvLqfBCaI07TuDZESDjZ++sSlifUqK5P6YbaHiBSuSetnw1RWYXwqjC2qcY+MnOuo/ LEVN80qMZ/vqgylTtyvvpra8WMVogL8tmDZ8ZR1w8aaci15gaErTgohHlQdsk5aDxXRgyr IsaDP7yFiz8yTDz+zvXYCe37/4ctBWT/bexGbz8kCOKEVVwH6SZP0w5w13bWew== 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="CZXoi/cb"; 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="CZXoi/cb"; 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: 19D898920 X-Spam-Score: -3.72 X-Migadu-Scanner: scn1.migadu.com X-TUID: NMhOeJ59HHVc Hi, Michael Rohleder skribis: > * gnu/packages/xfce.scm (mousepad)[inputs]: Replace gtksourceview with gt= ksourceview-4.. Applied, thanks! Ludo=E2=80=99.