diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm index 622c4f94cb..63bfa8db8c 100644 --- a/gnu/packages/axoloti.scm +++ b/gnu/packages/axoloti.scm @@ -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