forked from mirrors/nixpkgs
Merge pull request #68982 from symphorien/nixos-unstable
paperwork: include setuptools to fix startup
This commit is contained in:
commit
710212e761
|
@ -61,7 +61,7 @@ python3Packages.buildPythonApplication rec {
|
|||
'';
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
paperwork-backend pypillowfight gtk3 cairo pyxdg dateutil
|
||||
paperwork-backend pypillowfight gtk3 cairo pyxdg dateutil setuptools
|
||||
];
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
|
Loading…
Reference in a new issue