From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 4GGDCKcYVmGvJQEAgWs5BA (envelope-from ) for ; Thu, 30 Sep 2021 22:05:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id mMpNBKcYVmE6GAAA1q6Kng (envelope-from ) for ; Thu, 30 Sep 2021 20:05:59 +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 CE5A434346 for ; Thu, 30 Sep 2021 22:05:58 +0200 (CEST) Received: from localhost ([::1]:38678 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mW2JZ-0006d9-W3 for larch@yhetil.org; Thu, 30 Sep 2021 16:05:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58120) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVzJs-00061C-JE for guix-patches@gnu.org; Thu, 30 Sep 2021 12:54:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42310) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mVzJs-00049F-Bu for guix-patches@gnu.org; Thu, 30 Sep 2021 12:54:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mVzJs-0008GN-9L for guix-patches@gnu.org; Thu, 30 Sep 2021 12:54:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50476] [PATCH v2 04/10] gnu: guile-dbi: Do not return #t from custom phases. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 30 Sep 2021 16:54:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50476 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Arun Isaac Cc: 50476@debbugs.gnu.org Received: via spool by 50476-submit@debbugs.gnu.org id=B50476.163302079431663 (code B ref 50476); Thu, 30 Sep 2021 16:54:04 +0000 Received: (at 50476) by debbugs.gnu.org; 30 Sep 2021 16:53:14 +0000 Received: from localhost ([127.0.0.1]:53849 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVzJ3-0008EX-KZ for submit@debbugs.gnu.org; Thu, 30 Sep 2021 12:53:13 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVzIe-0008CC-G8 for 50476@debbugs.gnu.org; Thu, 30 Sep 2021 12:52:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=cQ9rT4UmPuOMi7/BPoVZJI+Q8Vq14P+qpiDMug1z+ow=; b=Wh3MRjMVYHdZ3polTLf99hQRCo VkB2J89XLdO+dF5W+pS4HfJ+XDSWbfki8GSKC/k5CgyWNrIKyk3KglKZxu6PwyuENMqgGN5X450kQ UOSRpyL9aLSJmEhjDDXy0OtcxT/5bmd5p77HK1b9HNLmAWR+8hYg8jJdZA/z6+BkEQyzr7JIl0c7y GbS/zBQjcmEKh1frNAtoORLyBk774juBZF+KuADNWFe9BMkCF2Q5dNNBngUXoumK0UNqJtzio7RvE 9JOsuAEyEqFJYTmyVVy6VXqRQmoz6r1rzLZmt0FiwsIsTEI7kiG98/aEhf0E9EvG6PsfUParCy1B1 2GrQLbWQ==; Received: from [192.168.2.1] (port=15514 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mVzIV-000mG6-Ld; Thu, 30 Sep 2021 22:22:39 +0530 From: Arun Isaac Date: Thu, 30 Sep 2021 22:22:29 +0530 Message-Id: <20210930165235.13180-5-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.33.0 In-Reply-To: <87wnn2j9fs.fsf@gnu.org> References: <87wnn2j9fs.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Thu, 30 Sep 2021 16:04:17 -0400 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=1633032358; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=cQ9rT4UmPuOMi7/BPoVZJI+Q8Vq14P+qpiDMug1z+ow=; b=sYJlhhSvEsvQtVGDT08iYdCK72ZLjSiI9Kdofl7LIHRGaYaROxxSoh4LnKv/+Wz+KXjiYh RDN3hK+wWsaJw2Yi3GSL6qmpVJ9j4CDAWH2/6wwbmSoMfj/uG8RlifVo8r18eqCJIcRH10 V1fXVnlQwzF0oFAF5PC4ICod5tVAOjIXt3b7zh4wOysCbwhQjZnn8umrnQZ6eIQRwXcVCE TahtbpoexfaXOhMTdNuTpQy4wdGrO+qlZRqUUhQx6mDTx9yPIf2LMv9joaWPnZL/uLaGRM 22jeAHM0KxPsIxFHGyLP2JA60lljgUED8ByX/Ep4YQY/G/UueT63uDop7ddWsQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633032358; a=rsa-sha256; cv=none; b=FdXmSQSHsiVvEdl1RgtQY5ERMqUPz0TIlgVBjDIEqiccbTacdoo0MXbH03e7gji/nTIYRx RcM9/NlU5oVfEK+r8y9gLLS8cabGqJ8Lm4t/mlqRv4DJ4/+0TBa8Ouyg3l2rU3lK1txkg0 8Y52c4iN5l6revKCOonvH3EZUz20Pdc9U75KTNl/VyFFo0h0P8+vTnHMClwQrvUvB8Ea3N WRcV5i75IDi6lutv58YA8kIX2bNRuPslGiXyG5Ct4gyOl2vw6WXttyRej18iK1sXxJxmak 4xxokl+T/BCEc4vihfoAF68rpJms8VQ5Dxy5HdeWcVOg+7UaEgV80pZe8/iX5w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=Wh3MRjMV; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.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: 3.30 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=Wh3MRjMV; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.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: CE5A434346 X-Spam-Score: 3.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: ac0A/g8Z3lE/ * gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not return #t from custom phases. --- gnu/packages/guile-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 098988bc1a..1d56bbfede 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1522,8 +1522,7 @@ library}.") (assoc-ref inputs "guile")) "/dbi/dbi.scm")) (ext (string-append out "/lib/libguile-dbi"))) - (substitute* dbi.scm (("libguile-dbi") ext)) - #t)))))) + (substitute* dbi.scm (("libguile-dbi") ext)))))))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) -- 2.33.0