mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ software vendors, application developers and computer science researchers.")
|
||||||
((guix build ant-build-system) #:prefix ant:)
|
((guix build ant-build-system) #:prefix ant:)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
#:imported-modules ((guix build ant-build-system)
|
#:imported-modules ((guix build ant-build-system)
|
||||||
(guix build syscalls)
|
|
||||||
,@%gnu-build-system-modules)
|
,@%gnu-build-system-modules)
|
||||||
,@(substitute-keyword-arguments (package-arguments openmpi)
|
,@(substitute-keyword-arguments (package-arguments openmpi)
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue