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:
J. L. Bowden
2024-04-15 02:27:10 +12:00
committed by GitHub
parent 237bab77a8
commit e17aeff807
@@ -67,6 +67,7 @@ python3Packages.buildPythonApplication rec {
pygobject3
svglib
yapsy
packaging
];
preFixup = ''