From patchwork Fri Oct 13 15:47:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 54807 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5032B27BBEA; Fri, 13 Oct 2023 16:49:22 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 4D79B27BBE2 for ; Fri, 13 Oct 2023 16:49:17 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qrKPF-0008KI-Lv; Fri, 13 Oct 2023 11:48:53 -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 1qrKP8-0008Hs-Bx for guix-patches@gnu.org; Fri, 13 Oct 2023 11:48:46 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qrKP3-0005rr-Cv; Fri, 13 Oct 2023 11:48:46 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qrKPQ-0007Nv-Cu; Fri, 13 Oct 2023 11:49:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66525] [PATCH 5/7] gnu: python-dbusmock: Use =?utf-8?b?4oCY?= =?utf-8?b?c2VhcmNoLWlucHV0LWZpbGXigJku?= Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Fri, 13 Oct 2023 15:49:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66525 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66525@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , jgart X-Debbugs-Original-Xcc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , jgart Received: via spool by 66525-submit@debbugs.gnu.org id=B66525.169721212828221 (code B ref 66525); Fri, 13 Oct 2023 15:49:04 +0000 Received: (at 66525) by debbugs.gnu.org; 13 Oct 2023 15:48:48 +0000 Received: from localhost ([127.0.0.1]:47173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrKP9-0007Ky-ED for submit@debbugs.gnu.org; Fri, 13 Oct 2023 11:48:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrKP3-0007J7-TG for 66525@debbugs.gnu.org; Fri, 13 Oct 2023 11:48:42 -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 1qrKOb-0005nw-Gc; Fri, 13 Oct 2023 11:48:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=Sg/xItFJMaHz7+VLXvVlQXTXWeEg1X37znM49q/z9iM=; b=SSk28R0SYRT7U4AnQuI8 AKjTJXGV0kZqhF53DwxzpkYTf/5C/dW3/h69pR92EElk/R0c49gfaphfG1XJ21jhTSp7hZCKpReLh SZ95q3+qbYsFsitg4pZcTs0kxnRVoc7fX8D0cqqo/T9PmSUOBoIg8AYs+KNpXPB1tsY0sgIy2uAYY 5iwE3yY6XfrvlO9++32Gj0Zyc3xBpHtVK6XjFr9G1ERONLuxWXzYeeC3tFHqWh316yKhuh0X/qjZe blLitg04skLb3yB/4gcD9pxRpY50vYDP+xabupl7rIDZt9iAMcRA0I2KAozkQGNiX+f50iHFG9MLA KP0rTfJX50FKSw==; From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Fri, 13 Oct 2023 17:47:48 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: In ‘patch-paths’ phase, use ‘search-input-file’ instead of ‘assoc-ref’. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d6747a55c0..c70ea6eea5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27169,8 +27169,8 @@ (define-public python-dbusmock (which "bash"))) (substitute* "dbusmock/testcase.py" (("'dbus-daemon'") - (string-append "'" (assoc-ref inputs "dbus") - "/bin/dbus-daemon'"))))) + (object->string + (search-input-file inputs "/bin/dbus-daemon")))))) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests?