From 542c906f16f85cbfb9acadb6afa11d52022c3cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 18 Oct 2023 22:16:40 +0200 Subject: [PATCH] build-system/ant: Remove dependency on (guix build syscalls). 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 cfb033f6a5acb3f0727787d9d40b9c3e06d5fc00..e191fd3c99c29bc25fe5aba669c8aae2a3707a9b 100644 --- a/guix/build-system/ant.scm +++ b/guix/build-system/ant.scm @@ -43,7 +43,6 @@ (guix build maven plugin) (guix build maven pom) (guix build java-utils) - (guix build syscalls) ,@%gnu-build-system-modules)) (define (default-jdk)