From 7305cf765850086197335e2542044f0e69ab6af1 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 29 Dec 2025 08:39:39 +0100 Subject: [PATCH] gnu: jellyfin-mpv-shim: Switch to pyproject. * gnu/packages/video.scm (jellyfin-mpv-shim): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I36ad651b4d0534e37403f0aec04f15f27f8293f0 Signed-off-by: Sharlatan Hellseher --- gnu/packages/video.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4f952584af3bdb354bbd84b121120825b89d6367..5eef63abf59e8666e2b669cd18b23e81f1ffb00b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2880,7 +2880,7 @@ the last played position, etc.") (uri (pypi-uri "jellyfin-mpv-shim" version)) (sha256 (base32 "0hcvqskhgwdyi117hqmlhqknsii22qcmiwhzhf50ab5szsy0rg32")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list ;; There is no test suite, but the code is ill-behaved and tries @@ -2923,6 +2923,7 @@ the last played position, etc.") ".appdata.xml") metainfo) (install-file (string-append desktop-base package-id ".desktop") apps))))))) + (native-inputs (list python-setuptools)) (inputs (list `(,python "tk") python-jellyfin-apiclient python-jinja2