guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7305cf765850086197335e2542044f0e69ab6af1
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Dec 29 08:39:39 2025 +0100

    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 <[email protected]>
---
 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 4f952584af..5eef63abf5 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

Reply via email to