graphviz: patch a regression in 5.0.1
The issue was breaking tests in python3Packages.*graphviz. It's a big rebuild, but I think we should fix the regression during this staging-next iteration. /cc 5.0.1 PR: #188175
This commit is contained in:
parent
527502c9be
commit
52fd346837
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitLab
|
||||
, fetchpatch
|
||||
, autoreconfHook
|
||||
, pkg-config
|
||||
, cairo
|
||||
@ -38,6 +39,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-lcU6Pb45kg7AxXQ9lmqwAazT2JpGjBz4PzK+S5lpYa0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/graphviz/graphviz/-/commit/8d662734b6a34709d9475b120e7ce3de872339e2.diff";
|
||||
includes = [ "lib/*" ];
|
||||
sha256 = "sha256-cqzUpK//2TnzWb7oSa/g8LJ61yr3O+Wiq5LsZzw34NE=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user