pleroma: fix after libvips 8.18.0 bump (#479748)

This commit is contained in:
Félix
2026-01-14 09:30:37 +00:00
committed by GitHub
+8
View File
@@ -126,6 +126,14 @@ beamPackages.mixRelease rec {
syslog = prev.syslog.override { buildPlugins = with beamPackages; [ pc ]; };
vix = prev.vix.override {
# TOREMOVE override when upstream bumps the dependency. See
# https://git.pleroma.social/pleroma/pleroma/-/issues/3393
src = fetchFromGitHub {
owner = "akash-akya";
repo = "vix";
tag = "v0.36.0";
hash = "sha256-14gqzu5TBbgrqCU4+qz0jWCK6Ar5JvmKKLcfgz5BHtw=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [
vips