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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,7 @@ python3Packages.buildPythonApplication rec {
pygobject3
svglib
yapsy
packaging
];
preFixup = ''