guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 40a038a465b47de6e01d8a6c334231cbd1bd9c8f
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Dec 21 19:52:14 2025 +0100
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 <[email protected]>
---
gnu/packages/security-token.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 2f45d2827f..afd23603a9 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -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