pythonPackages: move overrides into new lines
This commit is contained in:
parent
6f3eea320c
commit
8a26c93b4c
@ -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
Loading…
x
Reference in New Issue
Block a user