mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
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
@ -67,6 +67,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pygobject3
|
||||
svglib
|
||||
yapsy
|
||||
packaging
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user