gradience: add python3Packages.packaging to propagatedBuildInputs
For whatever reason, Gradience was failing to start up and demanding packaging. This patch adds packaging and allows Gradience to start up.
This commit is contained in:
parent
237bab77a8
commit
e17aeff807
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ python3Packages.buildPythonApplication rec {
|
|||
pygobject3
|
||||
svglib
|
||||
yapsy
|
||||
packaging
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
|
|
Loading…
Reference in a new issue