~ruther/guix-local

7305cf765850086197335e2542044f0e69ab6af1 — Nicolas Graves 2 months ago e640aa6
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 <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -1
@@ 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