From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id aAE3CgXNYWHNYwEAgWs5BA (envelope-from ) for ; Sat, 09 Oct 2021 19:10:29 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id YPX7AwXNYWH4WgAAbx9fmQ (envelope-from ) for ; Sat, 09 Oct 2021 17:10:29 +0000 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 B8B27189FC for ; Sat, 9 Oct 2021 19:10:28 +0200 (CEST) Received: from localhost ([::1]:50172 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZFrf-0005V6-RA for larch@yhetil.org; Sat, 09 Oct 2021 13:10:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37602) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZFrG-0005Ud-Sx for guix-patches@gnu.org; Sat, 09 Oct 2021 13:10:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42542) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mZFrG-0007cZ-Jz for guix-patches@gnu.org; Sat, 09 Oct 2021 13:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mZFrG-00055d-F6 for guix-patches@gnu.org; Sat, 09 Oct 2021 13:10:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51106] [PATCH v2 2/7] gnu: babl: Enable GIR. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 09 Oct 2021 17:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51106 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51106@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 51106-submit@debbugs.gnu.org id=B51106.163379935019428 (code B ref 51106); Sat, 09 Oct 2021 17:10:02 +0000 Received: (at 51106) by debbugs.gnu.org; 9 Oct 2021 17:09:10 +0000 Received: from localhost ([127.0.0.1]:54072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZFqQ-00053D-4Z for submit@debbugs.gnu.org; Sat, 09 Oct 2021 13:09:10 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57883) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZFqN-00052r-Sv for 51106@debbugs.gnu.org; Sat, 09 Oct 2021 13:09:08 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4D768240101 for <51106@debbugs.gnu.org>; Sat, 9 Oct 2021 19:09:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1633799342; bh=OyQxMkSr1gNkuXR/WkI5boRDRMjBgD3fUe3e9c1l4lU=; h=From:To:Cc:Subject:Date:From; b=SG43X74ebQ73Eyw62EokEIiq8+N6pnUoVhfRkOmjtuLwR4yWIfkZ8G1PE5CKYfEA+ HNpmGOkKQEI8AJcfjIxrcAx94KfD0A/k8mSzRdYoz5DpuaD7b0cPn3hlGn73nQbsGT snlrkq5ZpNAxqVNyuUmKGV0+2mnDYPDaLKH2ahtHc3sUwxicn4XBXoEPYP4Kqrx3Wb BrqzZJR2YI1esRY67X3n61HLtVGF0F+UScCeK6YvN/fGsoifvG+yDpL14EKEg1q8Ey F1ux4GB3ALneTDWDRTHZdCjBNfuOdaYfyD6Ouhz2GZhgrRO6KS8THdLMavwC9821xl TJkI0g21LVDdg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HRWk53j9mz9rxV; Sat, 9 Oct 2021 19:09:01 +0200 (CEST) From: Vinicius Monego Date: Sat, 9 Oct 2021 17:08:42 +0000 Message-Id: <20211009170847.296659-2-monego@posteo.net> In-Reply-To: <20211009170847.296659-1-monego@posteo.net> References: <20211009170847.296659-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1633799428; 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-cc: 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=lrTb6vSBmVI7buTBMFFSDe/TyOO9b+5Gpf5hnjVN2G8=; b=s245wt9Kw5/qqquezbWJXbSKnJwvJjSQ6L/S7cD3n6dRhvDfg6ZLo2EfGzsNtqcNHpPFg2 XP8VRIX/Y35CKHAk4kycGm7UJzmQ6A7J2jf87ueahgcdrkfHyra3meDDiWRlvSISnjnME2 8KNji4v5ilMDLIS6yI2LXuuUOmBSR7hiYPSsRiwP0w5soWVqT0uvYMrtsastsxIhVamCFi y6LIE1wGYWhxWasJ+vVdtsA24ydfRAd0ALIXkMt76+pEOePdV1gN2BVP1x0TJv2NwzYLoJ Ba1qtZP1mQ3YCIojXCgMsxsj7oV+BQBEyJqGPZJzj7Q1qv735/m2uFgo0/BhTw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633799428; a=rsa-sha256; cv=none; b=DMhSNYy0ZawZXC363zYD9R23x+yuJ7veN5tq+ywwK/SN3QXs/UvMm/3/WPEExVbK2426Pw DO7N8mHAsAwzV6ZqePJJzLYw9D1WruMfSK4VbmCwRDMpP9H/Z3XHqeBLClOOBdOoJ2hWJi 5m+MPaZXmWb2QqV6f6KUVechwghc/ud69YM6rQ5aUKKmJcxUH1gyRwiucmjXZ0h7QseEhT 2hcpmuVOyDhMVmY63YYViDjg1KKqxM1e/uTfWsgihgR1Z9cjGG0cZES0viTKcEHeQ4QU6T 0eu8uOHZAhLrlWputtNxS6QLbn4WRseQUip3Qg1wqTCJdyVUD+pm9o4CXgsvyg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=SG43X74e; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -0.31 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=SG43X74e; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: B8B27189FC X-Spam-Score: -0.31 X-Migadu-Scanner: scn0.migadu.com X-TUID: 978VHGQXMtMM * gnu/packages/gimp.scm (babl)[arguments]<#:configure-flags>: Remove. [native-inputs]: Add gobject-introspection, vala. --- Removed the enable-gir configure flag as suggested by Liliana. gnu/packages/gimp.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index d524e50245..ae3852863b 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -186,11 +186,11 @@ of a larger interface.") "0fbh2ss1dy3sba4xjmfm4vxxjmx9a6rzgba9ycjygchbm957y3ag")))) (build-system meson-build-system) (arguments - `(#:meson ,meson-0.55 - #:configure-flags - (list "-Denable-gir=false"))) + `(#:meson ,meson-0.55)) (native-inputs - `(("pkg-config" ,pkg-config))) + `(("gobject-introspection" ,gobject-introspection) + ("pkg-config" ,pkg-config) + ("vala" ,vala))) (propagated-inputs ;; Propagated to satisfy ‘babl.pc’. `(("lcms" ,lcms))) -- 2.30.2