mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #118218 from SuperSandro2000/fava
fava: add missing dependency on setuptools-scm
This commit is contained in:
commit
cc0dceb9e6
@ -13,6 +13,7 @@ buildPythonApplication rec {
|
||||
};
|
||||
|
||||
checkInputs = [ python3.pkgs.pytest ];
|
||||
nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];
|
||||
propagatedBuildInputs = with python3.pkgs;
|
||||
[
|
||||
Babel
|
||||
|
Loading…
Reference in New Issue
Block a user