fava: add missing dependency on setuptools-scm

wip/yesman
Sandro Jäckel 3 years ago
parent f9be0fbff2
commit 274cef31c5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 1
      pkgs/applications/office/fava/default.nix

@ -13,6 +13,7 @@ buildPythonApplication rec {
};
checkInputs = [ python3.pkgs.pytest ];
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];
propagatedBuildInputs = with python3.pkgs;
[
Babel

Loading…
Cancel
Save