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>
			
			
This commit is contained in:
		
							parent
							
								
									49000523d2
								
							
						
					
					
						commit
						dee64d4776
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -43,6 +43,7 @@ | ||||||
| ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com> | ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com> | ||||||
| ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org> | ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org> | ||||||
| ;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info> | ;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info> | ||||||
|  | ;;; Copyright © 2022 Zheng Junjie <873216071@qq.com> | ||||||
| ;;; | ;;; | ||||||
| ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -3944,7 +3945,7 @@ as signed sessions, multipart message support, etc.") | ||||||
|            (add-after 'unpack 'run-hall |            (add-after 'unpack 'run-hall | ||||||
|              (lambda _ |              (lambda _ | ||||||
|                (setenv "HOME" "/tmp")   ; for ~/.hall |                (setenv "HOME" "/tmp")   ; for ~/.hall | ||||||
|                (invoke "hall" "dist" "-x")))))) |                (invoke "hall" "build-system" "-x")))))) | ||||||
|       (native-inputs |       (native-inputs | ||||||
|        (list autoconf |        (list autoconf | ||||||
|              automake |              automake | ||||||
|  |  | ||||||
		Reference in a new issue