mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
pytrainer: fix missing pkg_resources
This commit is contained in:
parent
39dc0977a4
commit
04d6123309
|
@ -57,6 +57,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
psycopg2
|
||||
requests
|
||||
certifi
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue