mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ghmm: Fix missing module import.
This is a follow-up to commit 9c2563a80b
.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Add #:modules.
This commit is contained in:
parent
cf07ec200c
commit
3cb8cb6660
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ (define-public ghmm
|
|||
(arguments
|
||||
`(#:imported-modules (,@%gnu-build-system-modules
|
||||
(guix build python-build-system))
|
||||
#:modules ((guix build python-build-system)
|
||||
,@%gnu-build-system-modules)
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enter-dir
|
||||
|
|
Loading…
Reference in a new issue