vapoursynthPlugins.adjust: fix compatibility with R55

pull/7/head
Simon Bruder 2022-05-26 14:06:14 +02:00 committed by Simon Bruder
parent 27a1d4b20d
commit 1347684377
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, python3, vapoursynth }:
{ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, python3, vapoursynth }:
buildPythonPackage rec {
pname = "vapoursynth-adjust";
@ -11,6 +11,13 @@ buildPythonPackage rec {
sha256 = "0wd6sh788ljb4vj6fd5zv2cx7nl6x1k3lnz44n7p3ac5vfskjz8a";
};
patches = [
(fetchpatch {
url = "https://github.com/dubhater/vapoursynth-adjust/commit/a3af7cb57cb37747b0667346375536e65b1fed17.patch";
sha256 = "sha256-0N7oSsYj0/F0PwswI+1hgM7Gu1KKWdlJOuYf24wlEUw=";
})
];
format = "other";
installPhase = ''