emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#65838: closed ([PATCH] gnu: neofetch: Fix cross-compiling .)


From: GNU bug Tracking System
Subject: bug#65838: closed ([PATCH] gnu: neofetch: Fix cross-compiling .)
Date: Thu, 14 Sep 2023 14:49:03 +0000

Your message dated Thu, 14 Sep 2023 16:48:05 +0200
with message-id <87jzssak0q.fsf@gnu.org>
and subject line Re: bug#65838: [PATCH] gnu: neofetch: Fix cross-compiling .
has caused the debbugs.gnu.org bug report #65838,
regarding [PATCH] gnu: neofetch: Fix cross-compiling .
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65838: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65838
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: neofetch: Fix cross-compiling . Date: Sat, 9 Sep 2023 17:26:00 +0800
* gnu/packages/admin.scm (neofetch): Fix cross-compiling.
[arguments]: Use Gexp.
---
 gnu/packages/admin.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5d586e6f36..4cd5ab178f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -36,7 +36,7 @@
 ;;; Copyright ?? 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright ?? 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;; Copyright ?? 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
-;;; Copyright ?? 2021 Zheng Junjie <873216071@qq.com>
+;;; Copyright ?? 2021, 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright ?? 2021 Stefan Reich??r <stefan@xsteve.at>
 ;;; Copyright ?? 2021 qblade <qblade@protonmail.com>
 ;;; Copyright ?? 2021 Hyunseok Kim <lasnesne@lagunposprasihopre.org>
@@ -3970,12 +3970,12 @@ (define-public neofetch
                 "0i7wpisipwzk0j62pzaigbiq42y1mn4sbraz4my2jlz6ahwf00kv"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; there are no tests
-       #:make-flags
-       (list (string-append "PREFIX=" %output))
-       #:phases
-       (modify-phases %standard-phases
-         (delete 'configure))))         ; no configure script
+     (list #:tests? #f                      ; there are no tests
+           #:make-flags
+           #~(list (string-append "PREFIX=" #$output))
+           #:phases
+           #~(modify-phases %standard-phases
+               (delete 'configure))))         ; no configure script
     (home-page "https://github.com/dylanaraps/neofetch";)
     (synopsis "System information script")
     (description "Neofetch is a command-line system information tool written in

base-commit: e2e5df596f5e682d78043b12463cc47d14291ba9
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#65838: [PATCH] gnu: neofetch: Fix cross-compiling . Date: Thu, 14 Sep 2023 16:48:05 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Zheng Junjie <zhengjunjie@iscas.ac.cn> skribis:

> * gnu/packages/admin.scm (neofetch): Fix cross-compiling.
> [arguments]: Use Gexp.

Hi! Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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