fava: add missing dependency on setuptools-scm
This commit is contained in:
parent
f9be0fbff2
commit
274cef31c5
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ buildPythonApplication rec {
|
|||
};
|
||||
|
||||
checkInputs = [ python3.pkgs.pytest ];
|
||||
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];
|
||||
propagatedBuildInputs = with python3.pkgs;
|
||||
[
|
||||
Babel
|
||||
|
|
Loading…
Reference in a new issue