diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-21 19:52:14 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 20:13:56 +0000 |
| commit | 40a038a465b47de6e01d8a6c334231cbd1bd9c8f (patch) | |
| tree | 9e16963b9d06e40b244573429e98b3212ff26b2d /gnu | |
| parent | ec9fd2980f93f3193419c8b88ae1574c3c632604 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/security-token.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 2f45d2827ff..afd23603a97 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 |
