mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
build-system/android-ndk: Remove dependency on (guix build syscalls).
The (guix build syscalls) module was unused. * guix/build-system/android-ndk.scm (%android-ndk-build-system-modules): Remove (guix build syscalls).
This commit is contained in:
parent
542c906f16
commit
4b5e31dc5e
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ (define-module (guix build-system android-ndk)
|
|||
(define %android-ndk-build-system-modules
|
||||
;; Build-side modules imported by default.
|
||||
`((guix build android-ndk-build-system)
|
||||
(guix build syscalls)
|
||||
,@%gnu-build-system-modules))
|
||||
|
||||
(define* (android-ndk-build name inputs
|
||||
|
|
Loading…
Reference in a new issue