guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: guile-lens: Fix build.


From: guix-commits
Subject: 07/13: gnu: guile-lens: Fix build.
Date: Mon, 1 Aug 2022 08:11:20 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dee64d4776e6d97f10b71d3484dff5f350af63c3
Author: Z572 <873216071@qq.com>
AuthorDate: Sun Jul 24 19:34:31 2022 +0800

    gnu: guile-lens: Fix build.
    
    * gnu/packages/guile-xyz.scm (guile-lens)
    [phases]{run-hall}: replace "dist" to "build-system".
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/guile-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0717acf83b..dd28e38a20 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
 ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
 ;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info>
+;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3944,7 +3945,7 @@ as signed sessions, multipart message support, etc.")
            (add-after 'unpack 'run-hall
              (lambda _
                (setenv "HOME" "/tmp")   ; for ~/.hall
-               (invoke "hall" "dist" "-x"))))))
+               (invoke "hall" "build-system" "-x"))))))
       (native-inputs
        (list autoconf
              automake



reply via email to

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