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:
@@ -67,6 +67,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pygobject3
|
||||
svglib
|
||||
yapsy
|
||||
packaging
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
|
||||
Reference in New Issue
Block a user