[PATCH] gnu: bpytop: Fix build.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 16 Dec 2021 08:04
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20211216070406.14763-1-mike@rohleder.de
* gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.
---
gnu/packages/admin.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (15 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 15ac45db87..ee1ed4cc28 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -693,6 +693,8 @@ (define-public bpytop
(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")
--
2.34.0
L
L
Ludovic Courtès wrote on 20 Dec 2021 16:18
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 52540-done@debbugs.gnu.org)
878rwfi9su.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (2 lines)
> * gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.

Applied, thanks!
Closed
?