gnu: bpytop: Fix build.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Michael Rohleder 2021-12-16 08:04:06 +01:00 committed by Ludovic Courtès
parent cc9b1a291c
commit 2a3027143c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -695,6 +695,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")