Skip to content

Commit

Permalink
paperwork: include setuptools to fix startup
Browse files Browse the repository at this point in the history
(cherry picked from commit 944aa2b)
  • Loading branch information
symphorien authored and worldofpeace committed Sep 18, 2019
1 parent 0195953 commit 8ebd14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/office/paperwork/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8ebd14f

Please sign in to comment.