diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-10-18 22:16:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-23 11:56:54 +0200 |
commit | 542c906f16f85cbfb9acadb6afa11d52022c3cbf (patch) | |
tree | deced4001ff8daaf77dc58d58ef997d037926919 | |
parent | b4d6a43173561c9bb01ef376b1b6ed6ece4de5d8 (diff) | |
download | guix-542c906f16f85cbfb9acadb6afa11d52022c3cbf.tar.gz guix-542c906f16f85cbfb9acadb6afa11d52022c3cbf.zip |
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).
-rw-r--r-- | guix/build-system/ant.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ (guix build maven plugin) (guix build maven pom) (guix build java-utils) - (guix build syscalls) ,@%gnu-build-system-modules)) (define (default-jdk) |