Merge pull request #115500 from SuperSandro2000/override-new-lines

pythonPackages: move overrides into new lines
This commit is contained in:
Sandro 2021-03-12 02:16:18 +01:00 committed by GitHub
commit 2b839d7a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 346 additions and 161 deletions

View file

@ -3,7 +3,7 @@
, fetchPypi
, isPyPy
, substituteAll
, graphvizPkg
, graphvizPkgs
, graphviz
, mock
}:
@ -23,7 +23,7 @@ buildPythonPackage rec {
patches = [
(substituteAll {
src = ./hardcode-graphviz-path.patch;
graphviz = graphvizPkg;
graphviz = graphvizPkgs;
})
];

File diff suppressed because it is too large Load diff