libAfterImage: fix compatibility with giflib 5
This commit is contained in:
parent
187f55926c
commit
60a7d2e58d
@ -54,6 +54,13 @@ stdenv.mkDerivation {
|
||||
# workaround '-p0' patchflags below.
|
||||
stripLen = 1;
|
||||
})
|
||||
|
||||
# fix https://github.com/root-project/root/issues/10990
|
||||
(fetchpatch {
|
||||
url = "https://github.com/root-project/root/pull/11243/commits/e177a477b0be05ef139094be1e96a99ece06350a.diff";
|
||||
hash = "sha256-2DQmJGHmATHawl3dk9dExncVe1sXzJQyy4PPwShoLTY=";
|
||||
stripLen = 5;
|
||||
})
|
||||
];
|
||||
patchFlags = [ "-p0" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user