guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-fof: Also build the fof/mf subsystem.


From: guix-commits
Subject: branch master updated: gnu: sbcl-fof: Also build the fof/mf subsystem.
Date: Sun, 03 Jul 2022 09:28:57 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bee129a806 gnu: sbcl-fof: Also build the fof/mf subsystem.
bee129a806 is described below

commit bee129a806a9af0cc137603e11ef40e24f24f663
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sun Jul 3 13:45:59 2022 +0200

    gnu: sbcl-fof: Also build the fof/mf subsystem.
    
    * gnu/packages/lisp-xyz.scm (sbcl-fof)[arguments]: Also build the fof/mf 
subsystem.
    [inputs]: Add sbcl-cl-json.
---
 gnu/packages/lisp-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 22730cf4ce..76be403bc2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15437,7 +15437,8 @@ return the CPU count of the current system.")
           (base32 "0ipy51q2fw03xk9rqcyzbq2b9c32npc1gl3c53rdjywpak7zwwg6"))))
       (build-system asdf-build-system/sbcl)
       (arguments
-       `(#:phases
+       `(#:asd-systems '("fof" "fof/mf")
+         #:phases
          (modify-phases %standard-phases
            (add-after 'unpack 'fix-paths
              (lambda* (#:key inputs #:allow-other-keys)
@@ -15447,6 +15448,7 @@ return the CPU count of the current system.")
                           (assoc-ref inputs "ffmpeg")))))))))
       (inputs
        (list sbcl-alexandria
+             sbcl-cl-json
              sbcl-cl-str
              sbcl-hu.dwim.defclass-star
              sbcl-local-time



reply via email to

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