guix-commits
[Top][All Lists]
Advanced

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

06/21: gnu: python-beautifulsoup4: Use INVOKE.


From: guix-commits
Subject: 06/21: gnu: python-beautifulsoup4: Use INVOKE.
Date: Wed, 23 Jan 2019 12:13:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dff0197e604d00ea8c1d96f109de58fa2ed778bf
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 17:05:15 2019 +0100

    gnu: python-beautifulsoup4: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-beautifulsoup4)[arguments]:
    Unconditionally return #T from "check" phase.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 51fd320..cb85565 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4857,7 +4857,7 @@ libxml2 and libxslt.")
          ;; For more information, see the file 'convert-py3k' in the source
          ;; distribution.
          (replace 'check
-           (lambda _ (zero? (system* "./convert-py3k")))))))
+           (lambda _ (invoke "./convert-py3k"))))))
     (home-page
      "https://www.crummy.com/software/BeautifulSoup/bs4/";)
     (synopsis



reply via email to

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