pythonPackages: move overrides into new lines

This commit is contained in:
Sandro Jäckel 2021-03-08 01:31:00 +01:00
parent 6f3eea320c
commit 8a26c93b4c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 346 additions and 161 deletions

View File

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

File diff suppressed because it is too large Load Diff