* [bug#73478] [PATCH] gnu: btop: Update to 1.4.0.
@ 2024-09-25 14:45 ashish.is--- via Guix-patches via
2024-09-29 16:36 ` bug#73478: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-09-25 14:45 UTC (permalink / raw)
To: 73478; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/admin.scm (btop): Update to 1.4.0.
[arguments](make-flags) Pass CC.
Change-Id: I1ded453e5ab41567d9647eaabf888b96b024cd23
---
gnu/packages/admin.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4910327d99..541f376837 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -763,7 +763,7 @@ (define-public ttyload
(define-public btop
(package
(name "btop")
- (version "1.3.2")
+ (version "1.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -772,11 +772,12 @@ (define-public btop
(file-name (git-file-name name version))
(sha256
(base32
- "084n0nbv1029lvfv4na2k9fqyray7m77dff1537b8ffk08ib4d4j"))))
+ "0vgw6hwqh6zbzrvrn3i0xwi9ykm1qdvhqcyz3mjakd7w303lx603"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ;no test suite
- #:make-flags #~(list (string-append "PREFIX=" #$output))
+ #:make-flags #~(list (string-append "PREFIX=" #$output)
+ (string-append "CC=" #$(cc-for-target)))
#:phases #~(modify-phases %standard-phases
(delete 'configure))))
(home-page "https://github.com/aristocratos/btop")
base-commit: 039635567d17460d8d541caa58897db83a3565a8
--
2.46.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73478: [PATCH] gnu: btop: Update to 1.4.0.
2024-09-25 14:45 [bug#73478] [PATCH] gnu: btop: Update to 1.4.0 ashish.is--- via Guix-patches via
@ 2024-09-29 16:36 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-09-29 16:36 UTC (permalink / raw)
To: ashish.is--- via Guix-patches via; +Cc: 73478-done, ashish.is
[-- Attachment #1: Type: text/plain, Size: 1628 bytes --]
"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:
> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/admin.scm (btop): Update to 1.4.0.
> [arguments](make-flags) Pass CC.
>
> Change-Id: I1ded453e5ab41567d9647eaabf888b96b024cd23
> ---
> gnu/packages/admin.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index 4910327d99..541f376837 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -763,7 +763,7 @@ (define-public ttyload
> (define-public btop
> (package
> (name "btop")
> - (version "1.3.2")
> + (version "1.4.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -772,11 +772,12 @@ (define-public btop
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "084n0nbv1029lvfv4na2k9fqyray7m77dff1537b8ffk08ib4d4j"))))
> + "0vgw6hwqh6zbzrvrn3i0xwi9ykm1qdvhqcyz3mjakd7w303lx603"))))
> (build-system gnu-build-system)
> (arguments
> (list #:tests? #f ;no test suite
> - #:make-flags #~(list (string-append "PREFIX=" #$output))
> + #:make-flags #~(list (string-append "PREFIX=" #$output)
> + (string-append "CC=" #$(cc-for-target)))
> #:phases #~(modify-phases %standard-phases
> (delete 'configure))))
> (home-page "https://github.com/aristocratos/btop")
>
> base-commit: 039635567d17460d8d541caa58897db83a3565a8
push, close.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-29 16:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 14:45 [bug#73478] [PATCH] gnu: btop: Update to 1.4.0 ashish.is--- via Guix-patches via
2024-09-29 16:36 ` bug#73478: " Z572
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).