me
/
guix
Archived
1
0
Fork 0

gnu: bpytop: Fix build.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -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")