From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id gOHgJkgoIGH3IwEAgWs5BA (envelope-from ) for ; Sat, 21 Aug 2021 00:10:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id WB9XIkgoIGFDHQAAbx9fmQ (envelope-from ) for ; Fri, 20 Aug 2021 22:10:16 +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 5B73B1ADB7 for ; Sat, 21 Aug 2021 00:10:16 +0200 (CEST) Received: from localhost ([::1]:34770 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mHCiN-0001zt-FN for larch@yhetil.org; Fri, 20 Aug 2021 18:10:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mHCiA-0001wu-GA for guix-patches@gnu.org; Fri, 20 Aug 2021 18:10:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52339) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mHCiA-0007rl-8B for guix-patches@gnu.org; Fri, 20 Aug 2021 18:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mHCiA-0002QW-3P for guix-patches@gnu.org; Fri, 20 Aug 2021 18:10:02 -0400 Subject: bug#49868: [PATCH 0/2] guix: dune-build-system: Add a profile parameter. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 20 Aug 2021 22:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 49868 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: pukkamustard Cc: 49868-done@debbugs.gnu.org Mail-Followup-To: 49868@debbugs.gnu.org, julien@lepiller.eu, pukkamustard@posteo.net Received: via spool by 49868-done@debbugs.gnu.org id=D49868.16294973739286 (code D ref 49868); Fri, 20 Aug 2021 22:10:01 +0000 Received: (at 49868-done) by debbugs.gnu.org; 20 Aug 2021 22:09:33 +0000 Received: from localhost ([127.0.0.1]:35650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHChg-0002Ph-VT for submit@debbugs.gnu.org; Fri, 20 Aug 2021 18:09:33 -0400 Received: from lepiller.eu ([89.234.186.109]:55560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHChg-0002PZ-3E for 49868-done@debbugs.gnu.org; Fri, 20 Aug 2021 18:09:32 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id ab9058e6; Fri, 20 Aug 2021 22:09:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=7IYVsNKY7cQp ou3B6sWyEjcMF3EHBvwSJNOZ21bOXfw=; b=WOZ55I8eePIlqGmCoAhe0nPft25N uv2EY6IcvUPJhNo/F2YB9QMHDGGTRDGEQ5Qn3LZrO+xyK3L9LBCJXH6LcC2rH/+k Chqf6kq957t8XNhFrQJJIEymndLKgjNFj0Xu8/D6fa7ZvbxtUC+g43y+4xycVpZT PEt8HTNKzA1H8iSSzW+jCWJkhKodHO6RJZIbbYg+egOmtGomWjbylvtjkC/6qRHK C5bmeRpVmNIu7z+JDpjFZTUPAcJnaj3iN2AC+MfoLunIknrsbarismgysJeHsvMv RIFW6C+9xFH+r19LCLZt+Yh2uq3Kx4RwPM5+mJFSI2PVuS/QQN3eCBg0/w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 2f796f17 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 20 Aug 2021 22:09:31 +0000 (UTC) Date: Sat, 21 Aug 2021 00:09:26 +0200 From: Julien Lepiller Message-ID: <20210821000926.00deacf3@tachikoma.lepiller.eu> In-Reply-To: <20210804080423.3533-1-pukkamustard@posteo.net> References: <20210804080423.3533-1-pukkamustard@posteo.net> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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=1629497416; 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=7IYVsNKY7cQpou3B6sWyEjcMF3EHBvwSJNOZ21bOXfw=; b=paPIMJziBp5LF8cUJPFKTdRZieEuI0FiYX/HDPlOHYrF4SfGhCi9GrPU8D33h73MrqAE0W WUggQEB591kWYkrPU7Us/yMS3fn2If4xkW3Fe+61Dw9NNstUV3S7k9pBSamtoX8lysdE/1 d2y9GPSmgNAt5YmYxdRbwDjGzJqyodUti5Z/bGMoG48U/a8Ax4bjL1VqyGqPbmOaULtfa1 wr/H/AqYZglGJ2SmKu5xeUHyXGMbeyUgrzjMe1esKX8DOdCiYuwdDOY9t7rDg8684Maj5h PxtKwogV54WETPDZkAJ1tJ0uYhpPNpjmklNj+/KMs6C8u9439X6CMwl76uRsEA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1629497416; a=rsa-sha256; cv=none; b=fTeGnRkeYb9MiZ2rQ3aarVeuquCLLEFilSvLo0WvZ6eiUZJuXK8XYm+M7idq4PWHorR8nu i64rrlwL1uWerasLe3B3YrZDKUUz+KItDmElc5QAkFBWv+kyYexEo6S62FX9p8OKBut0lm y1HX2EOmKGIj9jQl+fb/JPz5nYO08Vvz+y20QNjKKn4VQQW7DUk0Nd800k8Xk2GMLGmL4A rQOLgNW+FkhTAqhAG6vyxG3v40lW1TgSabYXi6SLKsDibw/alS5iQyGxt5H4iavO4vVLxh b0zRkF9aXxjlpV74Nw/D4kgR/HZoDzjZuokfSIQe1ReiGCGpWulwctmqqijqeg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=WOZ55I8e; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (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.18 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=WOZ55I8e; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (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: 5B73B1ADB7 X-Spam-Score: 0.18 X-Migadu-Scanner: scn0.migadu.com X-TUID: lrbiedyW4kte Pushed to master as 777ce1485749cc3dbe178fcc1e0654a7e74900c5 and 33a1ec29fa0ad72c61cef13c8af08c847eb399c1, thanks!