build-system/dub: Remove dependency on (guix build syscalls).
The (guix build syscalls) module was unused. * guix/build-system/dub.scm (%dub-build-system-modules): Remove (guix build syscalls).
This commit is contained in:
parent
4b5e31dc5e
commit
48c1a74b24
@ -59,7 +59,6 @@
|
||||
(define %dub-build-system-modules
|
||||
;; Build-side modules imported by default.
|
||||
`((guix build dub-build-system)
|
||||
(guix build syscalls)
|
||||
,@%gnu-build-system-modules))
|
||||
|
||||
(define* (dub-build name inputs
|
||||
|
Loading…
Reference in New Issue
Block a user