From 1347684377bd6eef26714e87f0373159c3da6f0b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 26 May 2022 14:06:14 +0200 Subject: [PATCH] vapoursynthPlugins.adjust: fix compatibility with R55 --- plugins/adjust/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/adjust/default.nix b/plugins/adjust/default.nix index d905b6e..b7c2e44 100644 --- a/plugins/adjust/default.nix +++ b/plugins/adjust/default.nix @@ -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 = ''