unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52540] [PATCH] gnu: bpytop: Fix build.
@ 2021-12-16  7:04 Michael Rohleder
  2021-12-20 15:18 ` bug#52540: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-12-16  7:04 UTC (permalink / raw)
  To: 52540; +Cc: Michael Rohleder

* gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52540: [PATCH] gnu: bpytop: Fix build.
  2021-12-16  7:04 [bug#52540] [PATCH] gnu: bpytop: Fix build Michael Rohleder
@ 2021-12-20 15:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-12-20 15:18 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 52540-done

Michael Rohleder <mike@rohleder.de> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-20 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-16  7:04 [bug#52540] [PATCH] gnu: bpytop: Fix build Michael Rohleder
2021-12-20 15:18 ` bug#52540: " Ludovic Courtès

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).