mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
radicale: Fix runtime
Needed pkg_resources module, which apparently comes from setuptools according to https://stackoverflow.com/a/10538412/6605742
This commit is contained in:
parent
0c457cb348
commit
b7f54d4ffa
@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
vobject
|
||||
python-dateutil
|
||||
passlib
|
||||
setuptools
|
||||
];
|
||||
|
||||
checkInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user