emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52540: closed ([PATCH] gnu: bpytop: Fix build.)


From: GNU bug Tracking System
Subject: bug#52540: closed ([PATCH] gnu: bpytop: Fix build.)
Date: Mon, 20 Dec 2021 15:20:02 +0000

Your message dated Mon, 20 Dec 2021 16:18:57 +0100
with message-id <878rwfi9su.fsf@gnu.org>
and subject line Re: bug#52540: [PATCH] gnu: bpytop: Fix build.
has caused the debbugs.gnu.org bug report #52540,
regarding [PATCH] gnu: bpytop: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52540: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52540
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: bpytop: Fix build. Date: Thu, 16 Dec 2021 08:04:06 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#52540: [PATCH] gnu: bpytop: Fix build. Date: Mon, 20 Dec 2021 16:18:57 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Michael Rohleder <mike@rohleder.de> skribis:

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

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]