bitwarden-directory-connector: fix missing distutils

This commit is contained in:
Sandro Jäckel 2024-08-14 13:41:08 +02:00
parent 3f116e615d
commit 28d06e4929
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -44,7 +44,7 @@ let
];
nativeBuildInputs = [
python3
(python3.withPackages (ps: with ps; [ setuptools ]))
pkg-config
];