~ruther/guix-local

047693e8a701e5d38d522c4d4409186239af161b — Nicolas Graves 6 months ago fa5e306
gnu: python-ircmatch: Fix tests.

* gnu/packages/irc.scm (python-ircmatch)
[arguments]: Set them to fix tests.
[native-inputs]: Remove python-wheel.

Change-Id: Ibe89b45ffc7375e555841ca449bf77b1459cfae9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/irc.scm
M gnu/packages/irc.scm => gnu/packages/irc.scm +4 -1
@@ 861,7 861,10 @@ interface for those who are accustomed to the ircII way of doing things.")
       (sha256
        (base32 "1bn92bnk958c097jhwkas24i4a07h905hifix7bg111npc48536l"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-setuptools python-wheel))
    (arguments
     (list #:test-backend #~'custom
           #:test-flags #~(list "example.py")))
    (native-inputs (list python-setuptools))
    (home-page "https://pypi.org/project/ircmatch/")
    (synopsis "Library for matching IRC masks based on atheme")
    (description "This is a python extension which provides string comparison