lol

libAfterImage: fix compatibility with giflib 5

+7
+7
pkgs/development/libraries/libAfterImage/default.nix
··· 54 54 # workaround '-p0' patchflags below. 55 55 stripLen = 1; 56 56 }) 57 + 58 + # fix https://github.com/root-project/root/issues/10990 59 + (fetchpatch { 60 + url = "https://github.com/root-project/root/pull/11243/commits/e177a477b0be05ef139094be1e96a99ece06350a.diff"; 61 + hash = "sha256-2DQmJGHmATHawl3dk9dExncVe1sXzJQyy4PPwShoLTY="; 62 + stripLen = 5; 63 + }) 57 64 ]; 58 65 patchFlags = [ "-p0" ]; 59 66