From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id SI5FDI4nNWXhNQEAG6o9tA:P1 (envelope-from ) for ; Sun, 22 Oct 2023 15:45:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SI5FDI4nNWXhNQEAG6o9tA (envelope-from ) for ; Sun, 22 Oct 2023 15:45:50 +0200 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 1E2B84014D for ; Sun, 22 Oct 2023 15:45:50 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=KIKLM3yL; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697982350; 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=41Rj2ou7JYNoW/9SCcZaIJzinNwsrpzfCDIoTzqplso=; b=p27UipvzJ/qED6cbs3L9mrtSr3opDZ9E1j1uRLtkdssWH2shQ2kFrGjJD4C+RgGDjpl1E3 rJveOwG/eInHVLEr9a9NqdrQrygyHkUUjz3AGTFuh02wwcIm/XAqAanDQtgYcyig+selGy +HvYf5h5KhCEjbd1+YXnv1z0UkHeV0vz5Z2Hyc1SO01S4WAsqxbREiJ7eblkeWVghVBGpQ lUwpuc+edBcVDg6L7YttiFsaYSC7b5BP8zc6s7jI77EMCHGQnR6Pyk844LzU4Dyhx23B+0 70Sfdxm9BWpQ8kSd5/pE6YRPzx4oxQDbnxnwEDH/CKsv1fn5yLWYiFdlRyHeDg== 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=KIKLM3yL; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697982350; a=rsa-sha256; cv=none; b=WVrtDPEGmqBaS8kZdcTSGtCzHK2+8ReZnaL1eRguW7HDbgBV9SAt304tJ5fG0VS7sWPle7 CJYg3US/eM1wqVtEhek5RMu2GCGh6OhuoG3l585t+3XP/3OZ+1ZWsY0XYpwvN0F4bX/eJs s/LOO/X4/IJoBlOI3uZycJbqyyeEsJCWwhim5eu890FfaHyulL9slZBYkHUmNEboAWrP6j yVo1qTTqxdP03Isj5e+DQmrzVi51M36in1tbx9gAvRr3nan25nw1MTREnQjr/gCyyeQm5H qy+dIhW7tkGPfKp2dMkZqseVysjIrZEX/KhL6ImpmBVsCtnPX8iSaULS95oN9w== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quYlz-0004v8-MG; Sun, 22 Oct 2023 09:45:43 -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 1quYlr-0004s0-De for guix-patches@gnu.org; Sun, 22 Oct 2023 09:45:35 -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 1quYlp-00047v-QB for guix-patches@gnu.org; Sun, 22 Oct 2023 09:45:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1quYmH-0000d8-Un; Sun, 22 Oct 2023 09:46:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66525] [PATCH v2 08/10] build-system/ant: Remove dependency on (guix build syscalls). Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu, guix-patches@gnu.org Resent-Date: Sun, 22 Oct 2023 13:46:01 +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?= , =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , Julien Lepiller X-Debbugs-Original-Xcc: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , Julien Lepiller Received: via spool by 66525-submit@debbugs.gnu.org id=B66525.16979823072319 (code B ref 66525); Sun, 22 Oct 2023 13:46:01 +0000 Received: (at 66525) by debbugs.gnu.org; 22 Oct 2023 13:45:07 +0000 Received: from localhost ([127.0.0.1]:45731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quYlO-0000bI-V0 for submit@debbugs.gnu.org; Sun, 22 Oct 2023 09:45:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quYky-0000Xo-W6 for 66525@debbugs.gnu.org; Sun, 22 Oct 2023 09:44:41 -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 1quYkR-0003NT-9i; Sun, 22 Oct 2023 09:44:07 -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=41Rj2ou7JYNoW/9SCcZaIJzinNwsrpzfCDIoTzqplso=; b=KIKLM3yLzaJRQjqts2w3 qgIdFgWonu2X/jc7YY2f4o1E/2Qxb3bNfpsX+bqxxo32CbI2b+A7+dV9OguTeVP7/JnNX+frmZV/C h5bbKj0qpkwEXVLxFhAEG4bGU3qMRBHoxllvM/XAymCFbHuUFJ8qJxLnQEV7OK3jLMeZmQL4nOBO5 xbWVoqvEikCVDyya2p3TlmYHnFOF7Dc1G8CN86gYjxVEnE0S+QHcAyyg686uYB62R40MHaF6u63f4 gcQHSZVVdp57WZ3aSOEv16YPV2ExE/Lo22lzm74pXJdu0NsE3aLcOOod4hP5qY4UJSe+7xo6I38FD 5whjOR5bcKDWpg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Sun, 22 Oct 2023 15:43:32 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: <87o7gywndy.fsf@gmail.com> MIME-Version: 1.0 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -5.30 X-Spam-Score: -5.30 X-Migadu-Queue-Id: 1E2B84014D X-Migadu-Scanner: mx2.migadu.com X-TUID: TQSswjTtfPxo The module has been unused since a6343af22161b21ddbc4143a2b6a60d1ee860eb0. * guix/build-system/ant.scm (%ant-build-system-modules): Remove (guix build syscalls). --- guix/build-system/ant.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/guix/build-system/ant.scm b/guix/build-system/ant.scm index cfb033f6a5..e191fd3c99 100644 --- a/guix/build-system/ant.scm +++ b/guix/build-system/ant.scm @@ -43,7 +43,6 @@ (define %ant-build-system-modules (guix build maven plugin) (guix build maven pom) (guix build java-utils) - (guix build syscalls) ,@%gnu-build-system-modules)) (define (default-jdk) -- 2.41.0