avisynthplus: fix plugin loading

This commit is contained in:
jopejoe1
2025-03-25 20:15:49 +01:00
parent 12d78c586a
commit 6c5bb26e42
+5
View File
@@ -21,6 +21,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-M+F7bUSlH6kAyQLCq0RxmaE19RqHPPleTMyRuz5zqPg=";
};
patchPhase = ''
substituteInPlace ./avs_core/avisynth_conf.h.in \
--replace-fail '@CORE_PLUGIN_INSTALL_PATH@' '/run/current-system/sw/lib'
'';
buildInputs = [
libdevil
soundtouch