tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libAfterImage: fix compatibility with giflib 5
Dmitry Kalinkin
3 years ago
60a7d2e5
187f5592
+7
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libAfterImage
default.nix
+7
pkgs/development/libraries/libAfterImage/default.nix
···
54
54
# workaround '-p0' patchflags below.
55
55
stripLen = 1;
56
56
})
57
57
+
58
58
+
# fix https://github.com/root-project/root/issues/10990
59
59
+
(fetchpatch {
60
60
+
url = "https://github.com/root-project/root/pull/11243/commits/e177a477b0be05ef139094be1e96a99ece06350a.diff";
61
61
+
hash = "sha256-2DQmJGHmATHawl3dk9dExncVe1sXzJQyy4PPwShoLTY=";
62
62
+
stripLen = 5;
63
63
+
})
57
64
];
58
65
patchFlags = [ "-p0" ];
59
66