gnu: axoloti: Remove unused module import.

* gnu/packages/axoloti.scm (axoloti-runtime, axoloti-patcher,
axoloti-patcher-next)[arguments]: Don't import (guix build syscalls).
This commit is contained in:
Marius Bakke 2022-11-03 21:02:54 +01:00
parent 94913eabbb
commit 09562e0bea
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -98,8 +98,6 @@ (define-public axoloti-runtime
(srfi srfi-26)
(ice-9 match)
(ice-9 regex))
#:imported-modules ((guix build syscalls)
,@%gnu-build-system-modules)
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-paths
@ -232,7 +230,6 @@ (define-public axoloti-patcher
(sxml xpath)
(sxml transform))
#:imported-modules ((guix build ant-build-system)
(guix build syscalls)
,@%gnu-build-system-modules)
#:phases
(modify-phases %standard-phases
@ -390,7 +387,6 @@ (define-public axoloti-patcher-next
(sxml xpath)
(sxml transform))
#:imported-modules ((guix build ant-build-system)
(guix build syscalls)
,@%gnu-build-system-modules)
#:phases
(modify-phases %standard-phases