Merge pull request #334601 from SuperSandro2000/bwdc

bitwarden-directory-connector: fix missing distutils
This commit is contained in:
Sandro
2024-08-16 22:06:34 +02:00
committed by GitHub
@@ -44,7 +44,7 @@ let
];
nativeBuildInputs = [
python3
(python3.withPackages (ps: with ps; [ setuptools ]))
pkg-config
];