From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id +EzmM3HwemFylAAAgWs5BA (envelope-from ) for ; Thu, 28 Oct 2021 20:48:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ePhaL3HwemEIWQAAbx9fmQ (envelope-from ) for ; Thu, 28 Oct 2021 18:48:17 +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 659B037F58 for ; Thu, 28 Oct 2021 20:48:15 +0200 (CEST) Received: from localhost ([::1]:60968 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgARi-0001A2-IF for larch@yhetil.org; Thu, 28 Oct 2021 14:48:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgARW-00017t-Hl for guix-patches@gnu.org; Thu, 28 Oct 2021 14:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41632) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgARV-0005CF-Q7 for guix-patches@gnu.org; Thu, 28 Oct 2021 14:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgARV-0000rf-Nl for guix-patches@gnu.org; Thu, 28 Oct 2021 14:48:01 -0400 Subject: bug#51300: [PATCH 1/2] gnu: waypipe: Simplify 'fix-sleep-path phase. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 28 Oct 2021 18:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51300 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Robby Zambito Cc: 51300-done@debbugs.gnu.org Mail-Followup-To: 51300@debbugs.gnu.org, ludo@gnu.org, contact@robbyzambito.me Received: via spool by 51300-done@debbugs.gnu.org id=D51300.16354468533152 (code D ref 51300); Thu, 28 Oct 2021 18:48:01 +0000 Received: (at 51300-done) by debbugs.gnu.org; 28 Oct 2021 18:47:33 +0000 Received: from localhost ([127.0.0.1]:53174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgAR2-0000ol-Tr for submit@debbugs.gnu.org; Thu, 28 Oct 2021 14:47:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35362) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgAR1-0000o0-QT for 51300-done@debbugs.gnu.org; Thu, 28 Oct 2021 14:47:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60066) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgAQv-000594-6J; Thu, 28 Oct 2021 14:47:25 -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=2E0tFipMO9/1kTJ8sHxbfeDuCAH2Ww9V3yLOb5cgBRQ=; b=ec4STKbiv/OL6c8EW+Zb kbquPBhBqbirYwU64hBVZQMUIUyD77OEyn2MId9ntRlXbjo9waHc77yY4JjbE65SdUY/xuHRvpLz0 lAUPWVynLZdZbvLDI/wrRtJ4eCf732jZcZwJcazDuhuNpXNJgMJockZklUuoBMGg5VM+gbLgTH2sC xgEBBdDUN1QnuxAvEnMx1lVhoWN6BMqlewMvFnEK99d9eWLbRggRMxF5A/h8RCS6ujmsbOfLAEMou PYnoiZNoEUaGSgFWFCgjLY6miX6fBrvbij7y3kksIY5/3KNN59GN7Kv5PPq2+MGkKQ0AW4JL8El8g 0vceoTabZZaZHw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54852 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgAQu-0006Mt-PP; Thu, 28 Oct 2021 14:47:25 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211020021936.1629519-1-contact@robbyzambito.me> Date: Thu, 28 Oct 2021 20:47:22 +0200 In-Reply-To: <20211020021936.1629519-1-contact@robbyzambito.me> (Robby Zambito's message of "Tue, 19 Oct 2021 22:19:36 -0400") Message-ID: <871r4556md.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635446895; 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=2E0tFipMO9/1kTJ8sHxbfeDuCAH2Ww9V3yLOb5cgBRQ=; b=H9EBNTneEFvzm9x3yvSjOOphSi+5tAQ1qbx0wQSzzWxK/XwO8KIn0HLWRg1Lm+ZVW7tBU8 2v/otAvc0dLOKg/BR9x5uB3M8C/dxxNSNqkaAUFfhG6ldxCbR2MtlhERIDY18guTQkQc5O XG/b4cSaz6HGIJ0jEcP/nqkRP4Bb1aRcGFYIyDXUSyea7jUo+YOR2bNa0srkbNmGpoLl2Y H3sFDG6+4qwQKno+1jgYBZZjNrBnp3ANSVopv09+E/XsejOw3MxNJXKae4RNgxeQGplflL CHXPZY4ohFRGzTLWZksWBp9IMwsZfC7Ssxi1NCc7KgN83Z7h/u8UYD8f8zbBdQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635446895; a=rsa-sha256; cv=none; b=cZX1Ji4tPvShCh8R0RiZ+4hmX0C04TvjlnavOwbNaYzJeU7+QCg8FxOXMvbNf02YIIHuMZ qm4yLUAbev4R+TCRkVkLc1x2Rnvb8HDziWJlKNCGAZ65dRrCOxipb3ORInpLBaG4zNZH+z zYwuWcPKYjoMFqKIXNu+OLaABIZ4ZGV6UO7d04LE/PEZx6IrSGcixu4NcgV9bgtx5uLBik UcN5KBdfbr/t+9hdNzrmWwBZtsxBIikXRB/LIZp6kX1bVTJ6G9xtnjKGTscsVL9TH2Nc0y BZ1PZ1tK8sFKgmFq3S1qffQwjdssaNR0IxmE5oK4ZNMpVfSsTvaf+de2MKsopA== 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=ec4STKbi; 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: -2.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ec4STKbi; dmarc=pass (policy=none) header.from=gnu.org; 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: 659B037F58 X-Spam-Score: -2.93 X-Migadu-Scanner: scn0.migadu.com X-TUID: YYbUfsgF8yPV Hi, Robby Zambito skribis: > * gnu/packages/freedesktop.scm (waypipe) > [arguments]: Remove inputs argument. > [native-inputs]: Remove coreutils. Applied, thanks! Ludo=E2=80=99.