[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: bpytop: Fix build.
From: |
guix-commits |
Subject: |
12/14: gnu: bpytop: Fix build. |
Date: |
Mon, 20 Dec 2021 10:24:14 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 2a3027143c3ee8d6df4180e1be87e19d83e90af5
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Dec 16 08:04:06 2021 +0100
gnu: bpytop: Fix build.
* gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/admin.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 70fbdbd..d59d673 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -695,6 +695,8 @@ memory, disks, network and processes.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ ;; sanity-check phase fail, but the application seems to be working
+ (delete 'sanity-check)
(add-after 'install 'install-themes
(lambda* (#:key outputs #:allow-other-keys)
(let ((themes (string-append (assoc-ref outputs "out")
- branch master updated (b9e5e93 -> 2c469f0), guix-commits, 2021/12/20
- 05/14: gnu: vlang: Update to 0.2.4., guix-commits, 2021/12/20
- 12/14: gnu: bpytop: Fix build.,
guix-commits <=
- 06/14: gnu: Add udpcast, guix-commits, 2021/12/20
- 10/14: doc: Fix wrong home-shepherd-configuration data type., guix-commits, 2021/12/20
- 14/14: doc: Remove extra closing paren., guix-commits, 2021/12/20
- 01/14: build-system/meson: Define build variables when cross-compiling., guix-commits, 2021/12/20
- 04/14: gnu: rust-rayon@1.5: Update dependencies., guix-commits, 2021/12/20
- 13/14: gnu: Add tkrev., guix-commits, 2021/12/20
- 08/14: gnu: rcs: Install man page for rcsfreeze., guix-commits, 2021/12/20
- 11/14: gnu: ghc-microlens: Update home page., guix-commits, 2021/12/20
- 02/14: combinators: Add 'define-compile-time-procedure'., guix-commits, 2021/12/20
- 07/14: doc: cookbook: Simplify inputs in examples., guix-commits, 2021/12/20