guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/103: gnu: tensorflow: Add missing module.


From: guix-commits
Subject: 102/103: gnu: tensorflow: Add missing module.
Date: Wed, 5 Jan 2022 09:44:43 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit fbe3e51ae876f935a873272d3ec1f301128bfbe6
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Jan 3 14:31:08 2022 +0100

    gnu: tensorflow: Add missing module.
    
    * gnu/packages/machine-learning.scm (tensorflow)[#:imported-modules]:
    Add (guix build json).
---
 gnu/packages/machine-learning.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 1cd2fd1308..71ddde218e 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1729,7 +1729,8 @@ Python.")
                   ((guix build python-build-system)
                    #:select (python-version)))
        #:imported-modules (,@%cmake-build-system-modules
-                           (guix build python-build-system))
+                           (guix build python-build-system)
+                           (guix build json))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'set-source-file-times-to-1980



reply via email to

[Prev in Thread] Current Thread [Next in Thread]