From 03236231e914f6fc656de0517d55d1dab2dccf8e Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 27 Dec 2025 09:49:33 +0100 Subject: [PATCH] gnu: trezor-gpg-pinentry-tk: Switch to pyproject. * gnu/packages/finance.scm (trezor-gpg-pinentry-tk): [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. [native-inputs]: Add python-setuptools. [inputs]: Improve style. Change-Id: Ia0f0675f0550004b5c5bf596dc3958b8891695be Signed-off-by: Sharlatan Hellseher --- gnu/packages/finance.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 21369dcd9da..de808652d51 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1149,11 +1149,10 @@ Ledger Nano as a hardware SSH/GPG agent.") (file-name (git-file-name name version)) (sha256 (base32 "1mblx4favmw4nf7k9rfl00ivv77kgdiwghyz4xv5cp0v410kjaqc")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) ; No test suite. - (inputs - `(("python-tkinter" ,python "tk"))) + (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ; No test suite. + (native-inputs (list python-setuptools)) + (inputs (list (list python "tk"))) (home-page "https://github.com/rendaw/trezor-gpg-pinentry-tk") (synopsis "GPG pinentry program for use with @code{trezor-agent}") (description