gnu: java-openmpi: Remove unused module import.
* gnu/packages/mpi.scm (java-openmpi)[arguments]: Don't import (guix build syscalls).master
parent
546a3f1c81
commit
e6f5b9f732
|
@ -325,7 +325,6 @@ software vendors, application developers and computer science researchers.")
|
|||
((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)
|
||||
|
|
Reference in New Issue