mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
plex-mpv-shim: rename dependency python-mpv -> mpv
This commit is contained in:
parent
976fa3369d
commit
aad5a8ba8d
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonApplication, fetchFromGitHub, python, mpv, requests, python-mpv-jsonipc, pystray, tkinter
|
||||
{ lib, buildPythonApplication, fetchFromGitHub, fetchpatch, python, mpv, requests, python-mpv-jsonipc, pystray, tkinter
|
||||
, wrapGAppsHook, gobject-introspection, mpv-shim-default-shaders }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -12,6 +12,14 @@ buildPythonApplication rec {
|
||||
sha256 = "sha256-hUGKOJEDZMK5uhHoevFt1ay6QQEcoN4F8cPxln5uMRo=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# pull in upstream commit to fix python-mpv dependency name -- remove when version > 1.11.0
|
||||
(fetchpatch {
|
||||
url = "https://github.com/iwalton3/plex-mpv-shim/commit/d8643123a8ec79216e02850b08f63b06e4e0a2ea.diff";
|
||||
hash = "sha256-nc+vwYnAtMjVzL2fIQeTAqhf3HBseL+2pFEtv8zNUXo=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
gobject-introspection
|
||||
|
Loading…
Reference in New Issue
Block a user