~ruther/guix-local

40a038a465b47de6e01d8a6c334231cbd1bd9c8f — Nicolas Graves 2 months ago ec9fd29
gnu: yubikey-oath-dmenu: Switch to pyproject.

* gnu/packages/security-token.scm (yubikey-oath-dmenu):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

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

M gnu/packages/security-token.scm
M gnu/packages/security-token.scm => gnu/packages/security-token.scm +2 -1
@@ 635,7 635,7 @@ PCSC API Python wrapper module.")
       (sha256
        (base32
         "0kiv5j67h66bm1d12ny6aw5sqnan33vbs2q4w4ms6f6a709c0xyl"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     (list
      #:tests? #f ; there are no tests


@@ 655,6 655,7 @@ PCSC API Python wrapper module.")
            (lambda _
              (invoke "make" "install"
                      (string-append "PREFIX=" #$output)))))))
    (native-inputs (list python-setuptools))
    (inputs
     (list dmenu
           libnotify