mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
build-system/zig: Do not import (guix build syscalls).
* guix/build-system/zig.scm (%zig-build-system-modules): Remove (guix build syscalls), which is unused. Change-Id: Ie91c46c68787e0a8ffa3cbde2c5fd2294b82ed15
This commit is contained in:
parent
ac61e9705f
commit
8662741531
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ (define (default-zig)
|
|||
(define %zig-build-system-modules
|
||||
;; Build-side modules imported by default.
|
||||
`((guix build zig-build-system)
|
||||
(guix build syscalls)
|
||||
,@%gnu-build-system-modules))
|
||||
|
||||
(define* (zig-build name inputs
|
||||
|
|
Loading…
Reference in a new issue