pythonPackages: move overrides into new lines
This commit is contained in:
parent
6f3eea320c
commit
8a26c93b4c
2 changed files with 346 additions and 161 deletions
|
@ -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
Loading…
Reference in a new issue