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).master
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
|
||||
|
|
Reference in New Issue