unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56734] [PATCH: gnu: guile-lens: fix build.
       [not found] <87v8rmviw8.fsf@qq.com>
@ 2022-07-24 11:38 ` Z572 via Guix-patches via
  2022-08-01  9:34   ` bug#56734: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2022-07-24 11:38 UTC (permalink / raw)
  To: 56734

[-- Attachment #1: 0001-gnu-gulie-lens-Fix-build.patch --]
[-- Type: text/x-patch, Size: 1307 bytes --]

From b86533a7b8d34ff3fbc80a335f742d6a7333d1c3 Mon Sep 17 00:00:00 2001
Message-Id: <b86533a7b8d34ff3fbc80a335f742d6a7333d1c3.1658662717.git.873216071@qq.com>
From: Z572 <873216071@qq.com>
Date: Sun, 24 Jul 2022 19:34:31 +0800
Subject: [PATCH] gnu: gulie-lens: Fix build.

* gnu/packages/guile-xyz.scm (guile-lens)
[phases]{run-hall}: replace "dist" to "build-system".
---
 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 @@ (define-public guile-lens
            (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
-- 
2.36.1


[-- Attachment #2: Type: text/plain, Size: 10 bytes --]


-- 
over

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56734: [PATCH: gnu: guile-lens: fix build.
  2022-07-24 11:38 ` [bug#56734] [PATCH: gnu: guile-lens: fix build Z572 via Guix-patches via
@ 2022-08-01  9:34   ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-01  9:34 UTC (permalink / raw)
  To: Z572; +Cc: 56734-done

Hi,

Z572 <873216071@qq.com> skribis:

>>From b86533a7b8d34ff3fbc80a335f742d6a7333d1c3 Mon Sep 17 00:00:00 2001
> Message-Id: <b86533a7b8d34ff3fbc80a335f742d6a7333d1c3.1658662717.git.873216071@qq.com>
> From: Z572 <873216071@qq.com>
> Date: Sun, 24 Jul 2022 19:34:31 +0800
> Subject: [PATCH] gnu: gulie-lens: Fix build.
>
> * gnu/packages/guile-xyz.scm (guile-lens)
> [phases]{run-hall}: replace "dist" to "build-system".

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-01  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87v8rmviw8.fsf@qq.com>
2022-07-24 11:38 ` [bug#56734] [PATCH: gnu: guile-lens: fix build Z572 via Guix-patches via
2022-08-01  9:34   ` bug#56734: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).