summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSamuel W. Flint <swflint@flintfam.org>2019-11-11 20:41:44 -0600
committerJon <jonringer@users.noreply.github.com>2019-11-13 00:13:32 -0800
commit27e784341eaf554a000fb87411a69455f4401288 (patch)
treeeec77a03ecd43e0e94b97227e2f32b217f6887e8 /pkgs
parent3ac9f1ecced3f3ecc89ffa23c8f8d8f257012178 (diff)
fava: add missing build input
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/office/fava/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/fava/default.nix b/pkgs/applications/office/fava/default.nix
index a5de74a6f165..6b26870ee44e 100644
--- a/pkgs/applications/office/fava/default.nix
+++ b/pkgs/applications/office/fava/default.nix
@@ -25,6 +25,7 @@ buildPythonApplication rec {
markdown2
ply
simplejson
+ jaraco_functools
];
# CLI test expects fava on $PATH. Not sure why static_url fails.