mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ (define (default-ld-gold-wrapper)
|
|||
(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 a new issue