mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
bitwarden-directory-connector: fix missing distutils
This commit is contained in:
parent
3f116e615d
commit
28d06e4929
@ -44,7 +44,7 @@ let
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
(python3.withPackages (ps: with ps; [ setuptools ]))
|
||||
pkg-config
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user