diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-03 21:02:54 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-11 18:09:58 +0100 |
commit | 09562e0bead3313e3e46a5fc0763f027a6bced3a (patch) | |
tree | 453baa0fa25bc241beeb0cc57b8f4f671e91c035 /gnu/packages/axoloti.scm | |
parent | 94913eabbb9f1f3772867bf14e9f9d5e15bc2a6d (diff) | |
download | guix-09562e0bead3313e3e46a5fc0763f027a6bced3a.tar.gz |
gnu: axoloti: Remove unused module import.
* gnu/packages/axoloti.scm (axoloti-runtime, axoloti-patcher, axoloti-patcher-next)[arguments]: Don't import (guix build syscalls).
Diffstat (limited to 'gnu/packages/axoloti.scm')
-rw-r--r-- | gnu/packages/axoloti.scm | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ (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 @@ runtime.") (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 @@ patcher application."))) (sxml xpath) (sxml transform)) #:imported-modules ((guix build ant-build-system) - (guix build syscalls) ,@%gnu-build-system-modules) #:phases (modify-phases %standard-phases |