[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

Debbugs page

Michael Rohleder wrote 3 years ago
(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
Ludovic Courtès wrote 3 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52540@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52540
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help