mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: java-openmpi: Remove unused module import.
* gnu/packages/mpi.scm (java-openmpi)[arguments]: Don't import (guix build syscalls).
This commit is contained in:
parent
546a3f1c81
commit
e6f5b9f732
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ (define-public java-openmpi
|
|||
((guix build ant-build-system) #:prefix ant:)
|
||||
(guix build utils))
|
||||
#:imported-modules ((guix build ant-build-system)
|
||||
(guix build syscalls)
|
||||
,@%gnu-build-system-modules)
|
||||
,@(substitute-keyword-arguments (package-arguments openmpi)
|
||||
((#:configure-flags flags)
|
||||
|
|
Loading…
Reference in a new issue